aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-04-10 16:21:25 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:33 +0200
commit78405c1df8e15667c0698b5d2d71aa242e5a76fd (patch)
tree8927ba83629ff064117619f518955158846d5451
parente63728d0f004b792b796c27def619e29fea3f3ec (diff)
downloadguix-78405c1df8e15667c0698b5d2d71aa242e5a76fd.tar.gz
guix-78405c1df8e15667c0698b5d2d71aa242e5a76fd.zip
gnu: Remove python-sphinx-autodoc-typehints-5.
No users in Guix, it was intermediate variable which is no longer required. * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints-5): Delete variable. Change-Id: I0c24541d4615c34559dee1da264042fad6206708
-rw-r--r--gnu/packages/sphinx.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 6847592a99..5f06cb04f5 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1234,13 +1234,6 @@ enabled web server.")
documenting acceptable argument types and return value types of functions.")
(license license:expat)))
-(define-public python-sphinx-autodoc-typehints-5
- (package/inherit python-sphinx-autodoc-typehints
- (propagated-inputs
- (modify-inputs
- (package-propagated-inputs python-sphinx-autodoc-typehints)
- (replace "python-sphinx" python-sphinx-5)))))
-
(define-public python-sphinx-pytest
(package
(name "python-sphinx-pytest")