1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2025-04-10 16:21:25 +01:00
committed by Andreas Enge
parent e63728d0f0
commit 78405c1df8

View File

@@ -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")