forked from platformio/platformio-core
Refactor docs to be deployed as a static content
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: "recursive"
|
submodules: "recursive"
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
2
docs
2
docs
Submodule docs updated: 99e329384c...dda03f5421
2
tox.ini
2
tox.ini
@@ -48,13 +48,13 @@ commands =
|
|||||||
py.test -v --basetemp="{envtmpdir}" tests/test_examples.py
|
py.test -v --basetemp="{envtmpdir}" tests/test_examples.py
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
; basepython = ~/.pyenv/versions/3.6.12/bin/python
|
||||||
deps =
|
deps =
|
||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
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
|
||||||
sphinx-build -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
|
|
||||||
|
|
||||||
[testenv:docslinkcheck]
|
[testenv:docslinkcheck]
|
||||||
deps =
|
deps =
|
||||||
|
Reference in New Issue
Block a user