We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e136c32 commit d7488a1Copy full SHA for d7488a1
pyproject.toml
@@ -54,7 +54,7 @@ test = [
54
]
55
docs = [
56
"furo",
57
- "sphinx"
+ "sphinx==5.3.0"
58
59
60
[tool.hatch.envs.default]
requirements-docs.txt
@@ -8,7 +8,7 @@ furo==2023.3.27
8
imagesize==1.4.1
9
requests==2.30.0
10
snowballstemmer==2.2.0
11
-Sphinx==6.2.1
+Sphinx==5.3.0
12
sphinx-basic-ng==1.0.0b1
13
sphinxcontrib-applehelp==1.0.4
14
sphinxcontrib-devhelp==1.0.2
0 commit comments