me
/
guix
Archived
1
0
Fork 0

gnu: python-sphinx: Add 4.5.0.

* gnu/packages/sphinx.scm (python-sphinx-4): New variable.
master
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
1 changed files with 12 additions and 0 deletions

View File

@ -148,6 +148,18 @@ for Python projects or other documents consisting of multiple reStructuredText
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")