mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: python-sphinx: Add 4.5.0.
* gnu/packages/sphinx.scm (python-sphinx-4): New variable.
This commit is contained in:
parent
be5965b196
commit
00e78042b7
1 changed files with 12 additions and 0 deletions
|
@ -148,6 +148,18 @@ (define-public python-sphinx
|
||||||
sources.")
|
sources.")
|
||||||
(license license:bsd-2)))
|
(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
|
(define-public python-sphinxcontrib-apidoc
|
||||||
(package
|
(package
|
||||||
(name "python-sphinxcontrib-apidoc")
|
(name "python-sphinxcontrib-apidoc")
|
||||||
|
|
Loading…
Reference in a new issue