Skip to content

Commit fce87b4

Browse files
committed
pyproject: Update docs dependencies
With work beginning on general docs and Sphinx, refresh the docs versions to the latest available. The RTD theme is left open-ended with no maximum version.
1 parent a1bd612 commit fce87b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ dependencies = [
7575
# 3: Optional dependencies.
7676
[project.optional-dependencies]
7777
docs = [
78-
"sphinx <5.0, >=4.5.0",
79-
"sphinx-rtd-theme",
78+
"sphinx <9.0, >=8.1.3",
79+
"sphinx-rtd-theme >=3.0.2",
8080
]
8181

8282
test = [

0 commit comments

Comments
 (0)