summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-09 22:55:34 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-14 23:53:11 +0100
commitcaf48e3afc09c26f2d65e67d837dc4a3db2daf0b (patch)
tree54db0a706ad34d3244c0e9413ef22f09e55a870d
parentdc5f8fdf1d30e5335df6a3afebbc572a5c840825 (diff)
gnu: python-sphinx-4: Inherit from python-sphinx-5.
* gnu/packages/sphinx.scm (python-sphinx-4): Inherit from python-sphinx-5, in particular the arguments field. Change-Id: Icb15e34b7bfbe38d17f4cd64234316950437538d
-rw-r--r--gnu/packages/sphinx.scm2
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)