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