mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: Add python-sphinx-sitemap.
* gnu/packages/sphinx.scm (python-sphinx-sitemap): New variable.
This commit is contained in:
parent
28b602d0f6
commit
d09edfec5f
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue