guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5925008664a974c829aac99ce2e3b7598329d3e8
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 2 11:29:18 2026 +0100
gnu: Remove python-sphinx-basic-ng.
* gnu/packages/sphinx.scm (python-sphinx-basic-ng): Delete variable.
Fixes: guix/guix#5976
Change-Id: I3ae448d86e261c987d76e8bd11804b7257609d3f
---
gnu/packages/sphinx.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index a42ece625a..c6da179864 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -427,25 +427,6 @@ Apple help books.")
documentation generated by sphinx, via a bibliography directive.")
(license license:bsd-2)))
-(define-public python-sphinx-basic-ng
- (package
- (name "python-sphinx-basic-ng")
- (version "1.0.0b2")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "sphinx_basic_ng" version))
- (sha256
- (base32
- "1jaihs22d8jfvk1fnv5j7hcza89hxj979ib0b4mh130cr53mmicy"))))
- (build-system pyproject-build-system)
- (propagated-inputs (list python-sphinx))
- (native-inputs (list python-setuptools python-wheel))
- (home-page "https://github.com/pradyunsg/sphinx-basic-ng")
- (synopsis "Modernised skeleton for Sphinx themes")
- (description
- "This package provides a modern skeleton for Sphinx themes.")
- (license license:expat)))
-
(define-public python-sphinx-click
(package
(name "python-sphinx-click")