gnu: python-sphinx: Add 4.5.0.

* gnu/packages/sphinx.scm (python-sphinx-4): New variable.
This commit is contained in:
Marius Bakke 2022-08-13 11:55:51 +02:00
parent be5965b196
commit 00e78042b7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -148,6 +148,18 @@ (define-public python-sphinx
sources.")
(license license:bsd-2)))
;; Some packages do not support Sphinx 5 yet. Remove when unused.
(define-public python-sphinx-4
(package
(inherit python-sphinx)
(version "4.5.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "Sphinx" version))
(sha256
(base32
"1rp28jryxwy24y8vpacclqihbizyi6b1s6id86pibvm46ybcmy3v"))))))
(define-public python-sphinxcontrib-apidoc
(package
(name "python-sphinxcontrib-apidoc")