diff options
-rw-r--r-- | gnu/packages/sphinx.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index f043e79d80..e20698b52f 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -256,7 +256,7 @@ projects or other documents consisting of multiple reStructuredText sources.") ;; Some packages do not support Sphinx 5 yet. Remove when unused. (define-public python-sphinx-4 (package - (inherit python-sphinx) + (inherit python-sphinx-5) (version "4.5.0") (source (origin (method url-fetch) |