Skip to content

Commit f635c94

Browse files
deps: update dependency sphinx to v7 (#211)
* deps: update dependency sphinx to v7 * deps: update dependency sphinx-rtd-theme to >=1.3,<1.4 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
1 parent 7cad30f commit f635c94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
],
4545
extras_require={
4646
"docs": [
47-
"sphinx>=6.2.1,<7.0",
48-
"sphinx-rtd-theme>=1.2.2,<1.3",
47+
"sphinx>=7.1.2,<7.2",
48+
"sphinx-rtd-theme>=1.3.0,<1.4",
4949
"myst-parser>=2.0.0,<2.1",
5050
"watchdog>=3.0.0,<3.1",
5151
],

0 commit comments

Comments
 (0)