summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-28 13:30:48 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-28 13:31:03 +0000
commit70c207162e92fe3877f7ac027c12dd73449e7dbf (patch)
treea12cc0f7d615de59cefc6729ac56b73383d00efb /gnu/packages
parentc0539dcf937b9708d712444493b00151484348f2 (diff)
gnu: Remove python-sphinx-cloud-sptheme.
* gnu/packages/sphinx.scm (python-sphinx-cloud-sptheme): Delete variable. Fixes: guix/guix#4421 Change-Id: Ied4c2a6278fc648ac3e64acd0289e4fddca7e013
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/sphinx.scm24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 019e2c05963..3f9d72f4964 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -980,30 +980,6 @@ Sphinx documentation system. It's the default theme of Sphinx.")
argparse commands and options")
(license license:expat)))
-;;; FIXME: Currently broken by Jinja >= 3.10 (see:
-;;; https://foss.heptapod.net/doc-utils/cloud_sptheme/-/issues/47).
-(define-public python-sphinx-cloud-sptheme
- (package
- (name "python-sphinx-cloud-sptheme")
- (version "1.10.1")
- (source (origin
- (method hg-fetch)
- (uri (hg-reference
- (url "https://foss.heptapod.net/doc-utils/cloud_sptheme")
- (changeset version)))
- (file-name (hg-file-name name version))
- (sha256
- (base32
- "0k0pgi0vcn8vdy3k6x11fpp4mqp7p3l6n6pjfi3mir3vwjhdfz7l"))))
- (build-system python-build-system)
- (native-inputs (list python-mock))
- (propagated-inputs (list python-sphinx))
- (home-page "https://foss.heptapod.net/doc-utils/cloud_sptheme")
- (synopsis "Cloud theme for Sphinx")
- (description "This package contains the @emph{Cloud} theme for Sphinx and
-some related extensions.")
- (license license:bsd-3)))
-
(define-public python-guzzle-sphinx-theme
(package
(name "python-guzzle-sphinx-theme")