diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-24 20:16:25 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:34 +0100 |
| commit | c592bb848fbb07f50ec075926ca06379a14813b7 (patch) | |
| tree | a0bc1a1038123fae189e6c1d2054c443c8637154 | |
| parent | 95fc451c0406741852f0e353b7cbc8e5e6d2f03a (diff) | |
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
| -rw-r--r-- | gnu/packages/sphinx.scm | 7 |
1 files 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.") | |||
| 1137 | (define-public python-sphinx-rtd-theme | 1137 | (define-public python-sphinx-rtd-theme |
| 1138 | (package | 1138 | (package |
| 1139 | (name "python-sphinx-rtd-theme") | 1139 | (name "python-sphinx-rtd-theme") |
| 1140 | (version "3.0.2") | 1140 | (version "3.1.0") |
| 1141 | (source | 1141 | (source |
| 1142 | (origin | 1142 | (origin |
| 1143 | (method url-fetch) | 1143 | (method url-fetch) |
| 1144 | (uri (pypi-uri "sphinx_rtd_theme" version)) | 1144 | (uri (pypi-uri "sphinx_rtd_theme" version)) |
| 1145 | (sha256 | 1145 | (sha256 |
| 1146 | (base32 "11azdqbkxcibxgl3x852c2mrx19wjnwp19l6n0h3nwnsbp17nidp")))) | 1146 | (base32 "0k4fnxnwgaqbqsqj6yarg3mszak7lrd9av2gk8ihksbnqbr7chml")))) |
| 1147 | (build-system pyproject-build-system) | 1147 | (build-system pyproject-build-system) |
| 1148 | (native-inputs | 1148 | (native-inputs |
| 1149 | (list python-pytest | 1149 | (list python-pytest |
| 1150 | python-setuptools | 1150 | python-setuptools)) |
| 1151 | python-wheel)) | ||
| 1152 | (propagated-inputs | 1151 | (propagated-inputs |
| 1153 | (list python-docutils | 1152 | (list python-docutils |
| 1154 | python-sphinx | 1153 | python-sphinx |
