Lock "sphinx-rtd-theme" to the 1.1.1

This commit is contained in:
Ivan Kravets
2023-01-05 18:31:51 +02:00
parent 8970f36f1a
commit d43c5696cc

View File

@ -54,9 +54,9 @@ commands =
[testenv:docs] [testenv:docs]
deps = deps =
sphinx sphinx
sphinx_rtd_theme sphinx-rtd-theme==1.1.1
sphinx-notfound-page sphinx-notfound-page
sphinx_copybutton sphinx-copybutton
restructuredtext-lint restructuredtext-lint
commands = commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
@ -64,6 +64,6 @@ commands =
[testenv:docslinkcheck] [testenv:docslinkcheck]
deps = deps =
sphinx sphinx
sphinx_rtd_theme sphinx-rtd-theme
commands = commands =
sphinx-build -W -b linkcheck docs docs/_build/html sphinx-build -W -b linkcheck docs docs/_build/html