[bug#76835,v3,12/40] gnu: Remove python-sphinx-autodoc-typehints-5.

Message ID 20250310021652.17530-12-ngraves@ngraves.fr
State New
Headers
Series [bug#76835,v3,01/40] gnu: gunicorn: Migrate 'check phase to pyproject-build-system. |

Commit Message

Nicolas Graves March 10, 2025, 2:16 a.m. UTC
  * gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints-5): Delete variable.
---
 gnu/packages/sphinx.scm | 7 -------
 1 file changed, 7 deletions(-)
  

Patch

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 @@  (define-public python-sphinx-autodoc-typehints
 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")