gnu: Add python-sphinx-sitemap.

* gnu/packages/sphinx.scm (python-sphinx-sitemap): New variable.
This commit is contained in:
Maxim Cournoyer 2022-04-15 00:00:08 -04:00
parent 28b602d0f6
commit d09edfec5f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1052,6 +1052,25 @@ (define-public python-sphinx-theme-builder
with a simple (opinionated) workflow.")
(license license:expat)))
(define-public python-sphinx-sitemap
(package
(name "python-sphinx-sitemap")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sphinx-sitemap" version))
(sha256
(base32 "0dvpryrz7vn8rvayzy5nrmqy4wyzlaxcx88bl46prc9w4cwxmbb5"))))
(build-system python-build-system)
(propagated-inputs (list python-sphinx))
(home-page "https://github.com/jdillard/sphinx-sitemap")
(synopsis "Sitemap generator for Sphinx")
(description "A Sphinx extension to generate multiversion and
multilanguage sitemaps.org compliant sitemaps for the HTML version of your
Sphinx documentation.")
(license license:expat)))
(define-public python-pydata-sphinx-theme
(package
(name "python-pydata-sphinx-theme")