Skip to content

Commit 6fbe3ea

Browse files
committed
Adjust docs auto-generation dependency locks to accommodate Python 3.9.
1 parent dea1a40 commit 6fbe3ea

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
@@ -20,9 +20,9 @@ Documentation = "https://parts.readthedocs.io"
2020
[project.optional-dependencies]
2121
docs = [
2222
"toml~=0.10.2",
23-
"sphinx~=8.0",
23+
"sphinx~=7.4",
2424
"sphinx-rtd-theme~=3.0",
25-
"sphinx-autodoc-typehints~=3.2"
25+
"sphinx-autodoc-typehints~=2.3"
2626
]
2727
test = [
2828
"pytest~=7.4; python_version < '3.12'",

0 commit comments

Comments
 (0)