summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-25 19:43:57 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:06 +0100
commit6991fbe1f5bb8dbdaa1ca7735e782b2cc8c3c801 (patch)
tree54be7c51bb847a99550406d2d8fb5e38b40891b5 /gnu
parent2c37d4edccfbd12944aad844d6a89ddf56fd0b82 (diff)
gnu: Add python-sphinxcontrib-jquery.
* gnu/packages/sphinx.scm (python-sphinxcontrib-jquery): New variable. Change-Id: I093ef4ba4c59e1f302bc581bea1c34dcd87e5d11
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/sphinx.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index fd587d52682..5026e7fbcb6 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -610,6 +610,26 @@ HTML help files.")
math in HTML via JavaScript.")
(license license:bsd-2)))
+(define-public python-sphinxcontrib-jquery
+ (package
+ (name "python-sphinxcontrib-jquery")
+ (version "4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "sphinxcontrib-jquery" version))
+ (sha256
+ (base32 "0ymw7a9nahq7xn69dw8v6l3zvcj9zlnil4qskxvjqsp30jgp680n"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-sphinx))
+ (native-inputs (list python-flit-core))
+ (home-page "https://github.com/sphinx-contrib/jquery")
+ (synopsis "Extension to include jQuery on newer Sphinx releases")
+ (description
+ "This package provide an extension to include @code{jQuery} on newer
+Sphinx releases.")
+ (license license:bsd-0)))
+
(define-public python-sphinxcontrib-mermaid
(package
(name "python-sphinxcontrib-mermaid")