mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Lock "sphinx-rtd-theme" to the 1.1.1
This commit is contained in:
6
tox.ini
6
tox.ini
@ -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
|
||||||
|
Reference in New Issue
Block a user