guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a4d360bf3ac9a7e5736ac75f2050c489964b0a7d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 20:16:25 2026 +0000
gnu: python-sphinx-rtd-theme: Update to 3.1.0.
* gnu/packages/sphinx.scm (python-sphinx-rtd-theme): Update to 3.1.0.
[native-inputs]: Remove python-wheel.
Change-Id: I34cb4d3bca874b33ef6cc715701357cd5d047d41
---
gnu/packages/sphinx.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 29cc98f862..a75581361c 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1083,18 +1083,17 @@ scientific documentation.")
(define-public python-sphinx-rtd-theme
(package
(name "python-sphinx-rtd-theme")
- (version "3.0.2")
+ (version "3.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sphinx_rtd_theme" version))
(sha256
- (base32 "11azdqbkxcibxgl3x852c2mrx19wjnwp19l6n0h3nwnsbp17nidp"))))
+ (base32 "0k4fnxnwgaqbqsqj6yarg3mszak7lrd9av2gk8ihksbnqbr7chml"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
(list python-docutils
python-sphinx