Skip to content

Commit 9e5a6a1

Browse files
author
Ladislav Chvastaš
committed
latest version of sphinx
1 parent 1cb2f70 commit 9e5a6a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ description =
126126
basepython = python3
127127
usedevelop = True
128128
changedir = doc/en
129-
deps = -r{toxinidir}/doc/en/requirements.txt
129+
deps =
130+
-r{toxinidir}/doc/en/requirements.txt
131+
sphinx>=8.1.3
130132
commands =
131133
sphinx-build -W -q --keep-going -b linkcheck . _build
132134
setenv =
@@ -143,7 +145,7 @@ passenv =
143145
deps =
144146
PyYAML
145147
regendoc>=0.8.1
146-
sphinx
148+
sphinx>=8.1.3
147149
allowlist_externals =
148150
make
149151
commands =

0 commit comments

Comments
 (0)