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 1cb2f70 commit 9e5a6a1Copy full SHA for 9e5a6a1
tox.ini
@@ -126,7 +126,9 @@ description =
126
basepython = python3
127
usedevelop = True
128
changedir = doc/en
129
-deps = -r{toxinidir}/doc/en/requirements.txt
+deps =
130
+ -r{toxinidir}/doc/en/requirements.txt
131
+ sphinx>=8.1.3
132
commands =
133
sphinx-build -W -q --keep-going -b linkcheck . _build
134
setenv =
@@ -143,7 +145,7 @@ passenv =
143
145
deps =
144
146
PyYAML
147
regendoc>=0.8.1
- sphinx
148
149
allowlist_externals =
150
make
151
0 commit comments