[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
123/233: gnu: Add python-sphinx-sitemap.
From: |
guix-commits |
Subject: |
123/233: gnu: Add python-sphinx-sitemap. |
Date: |
Sun, 24 Apr 2022 23:39:53 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit f7ecc91938e9872ec065b34ed754fc6b1b68c3eb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Apr 15 00:00:08 2022 -0400
gnu: Add python-sphinx-sitemap.
* gnu/packages/sphinx.scm (python-sphinx-sitemap): New variable.
---
gnu/packages/sphinx.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 406fc8536b..cb1897041b 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1052,6 +1052,25 @@ automated way to document command-line programs. It
scans
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")
- 100/233: gnu: python-pytest-xdist-next: Update to 2.5.0., (continued)
- 100/233: gnu: python-pytest-xdist-next: Update to 2.5.0., guix-commits, 2022/04/24
- 103/233: gnu: python-jupyter-core: Update to 4.10.0., guix-commits, 2022/04/24
- 102/233: gnu: python-nest-asyncio: Update to 1.5.5., guix-commits, 2022/04/24
- 109/233: gnu: python-nbclient: Update to 0.6.0., guix-commits, 2022/04/24
- 111/233: gnu: Add texlive-unicode-math., guix-commits, 2022/04/24
- 116/233: gnu: python-send2trash: Update to 1.8.0 and update home page., guix-commits, 2022/04/24
- 117/233: gnu: python-notebook: Update to 6.4.10., guix-commits, 2022/04/24
- 118/233: gnu: Add python-nbdime., guix-commits, 2022/04/24
- 120/233: gnu: python-sphinx: Propagate TexLive dependencies., guix-commits, 2022/04/24
- 121/233: gnu: Add python-pep621., guix-commits, 2022/04/24
- 123/233: gnu: Add python-sphinx-sitemap.,
guix-commits <=
- 124/233: gnu: texlive-fontspec: Add missing propagated inputs., guix-commits, 2022/04/24
- 128/233: download: Add a mirror for CTAN., guix-commits, 2022/04/24
- 136/233: gnu: Add python-openapi-schema-validator., guix-commits, 2022/04/24
- 138/233: gnu: Add python-cbor2., guix-commits, 2022/04/24
- 157/233: gnu: python-numba: Update to 0.55.1., guix-commits, 2022/04/24
- 142/233: gnu: python-httpx: Update to 0.22.0., guix-commits, 2022/04/24
- 166/233: gnu: python-sparqlkernel: Use gexps and fix inputs., guix-commits, 2022/04/24
- 168/233: gnu: python-jupyter-kernel-mgmt: Update to 0.5.1 and disable tests., guix-commits, 2022/04/24
- 171/233: gnu: python-cmarkgfm: Update to 0.8.0., guix-commits, 2022/04/24
- 175/233: gnu: python-parse-type: Update to 0.6.0, fixing build., guix-commits, 2022/04/24