diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-28 16:28:49 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:04 +0100 |
| commit | bb3cc882b5d03ad0a9a72198306b03214f9ed6f9 (patch) | |
| tree | 4b72ed04326f35033c852396d76762c53e2a60f1 | |
| parent | d91546e8fe2f21bf04cd5295cd3d3c1ae5487ee0 (diff) | |
gnu: python-pydata-sphinx-theme: Adjust inputs.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme)
[propagated-inputs]: Remove python-docutils and python-sphinx; add
python-sphinx-6 and python-docutils-0.19.
Change-Id: I859b7e3f54f0c82e5ed03309583088f0645147cb
| -rw-r--r-- | gnu/packages/sphinx.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 1b9219f4f5..b6008e309b 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -1627,9 +1627,9 @@ Sphinx documentation.") '(list "-k" "not test_logo"))) (propagated-inputs (list python-beautifulsoup4 - python-docutils + python-docutils-0.19 python-jinja2 - python-sphinx)) + python-sphinx-6)) (native-inputs (list python-pytest python-pytest-regressions python-setuptools python-wheel)) |
