Archived
1
0
Fork 0

gnu: python-sphinx-rtd-theme: Update to 1.0.0.

* gnu/packages/sphinx.scm (python-sphinx-rtd-theme): Update to 1.0.0.
This commit is contained in:
Maxim Cournoyer 2022-04-21 23:36:55 -04:00
parent 01360c8b02
commit c16f282d56
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -751,18 +751,17 @@ and several other projects.")
(define-public python-sphinx-rtd-theme (define-public python-sphinx-rtd-theme
(package (package
(name "python-sphinx-rtd-theme") (name "python-sphinx-rtd-theme")
(version "0.2.4") (version "1.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sphinx_rtd_theme" version)) (uri (pypi-uri "sphinx_rtd_theme" version))
(sha256 (sha256
(base32 (base32
"05rlhjzdyapr2w74jjs7mrm8hi69qskcr5vya9f9drpsys7lpxrd")))) "0p3abj91c3l72ajj5jwblscsdf1jflrnn0djx2h5y6f2wjbx9ipf"))))
(build-system python-build-system) (build-system python-build-system)
(arguments '(#:tests? #f)) ; No tests. (arguments '(#:tests? #f)) ; No tests.
(propagated-inputs (propagated-inputs (list python-docutils python-sphinx))
(list python-sphinx))
(home-page "https://github.com/snide/sphinx_rtd_theme/") (home-page "https://github.com/snide/sphinx_rtd_theme/")
(synopsis "ReadTheDocs.org theme for Sphinx") (synopsis "ReadTheDocs.org theme for Sphinx")
(description "A theme for Sphinx used by ReadTheDocs.org.") (description "A theme for Sphinx used by ReadTheDocs.org.")