From c592bb848fbb07f50ec075926ca06379a14813b7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 24 Jan 2026 20:16:25 +0000 Subject: [PATCH] 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 f68d166bb03..e5b9c3c0aca 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -1137,18 +1137,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