guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

123/242: gnu: Add python-sphinx-sitemap.


From: guix-commits
Subject: 123/242: gnu: Add python-sphinx-sitemap.
Date: Thu, 12 May 2022 14:14:17 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit d09edfec5ffc22843a6bb6df2678dc1e76ded11f
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]