diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-10 03:16:20 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:34 +0200 |
commit | db1d768acbaf952ec5b471cc242ce86a9f25369a (patch) | |
tree | 3194f6d6033aea7ca43d89413dd9f2fa1157a535 | |
parent | 9faf2770837543582dc3a278028d4997b21d9750 (diff) | |
download | guix-db1d768acbaf952ec5b471cc242ce86a9f25369a.tar.gz guix-db1d768acbaf952ec5b471cc242ce86a9f25369a.zip |
gnu: Remove python-sphinx-4.
* gnu/packages/sphinx.scm (python-sphinx-4): Delete variable.
Change-Id: I71d008e2e8cef84ef33827c3477cc442181ad91e
Signed-off-by: Steve George <steve@futurile.net>
-rw-r--r-- | gnu/packages/sphinx.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index fd25cca500..f72ae41264 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -270,25 +270,6 @@ sources.") (texlive-updmap.cfg (list texlive-cm-super texlive-tex-gyre)))))) -;; Some packages do not support Sphinx 5 yet. Remove when unused. -(define-public python-sphinx-4 - (package - (inherit python-sphinx-5) - (version "4.5.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "Sphinx" version)) - (sha256 - (base32 - "1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v")))) - (propagated-inputs - (modify-inputs (package-propagated-inputs python-sphinx) - (replace "python-docutils" python-docutils-0.15))) - (native-inputs - (modify-inputs (package-native-inputs python-sphinx) - (delete python-flit-core) - (append python-setuptools python-wheel))))) - (define-public python-sphinxcontrib-apidoc (package (name "python-sphinxcontrib-apidoc") |