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:
|
||||
submodules: "recursive"
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v1
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.7
|
||||
- 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
|
||||
|
||||
[testenv:docs]
|
||||
; basepython = ~/.pyenv/versions/3.6.12/bin/python
|
||||
deps =
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
restructuredtext-lint
|
||||
commands =
|
||||
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]
|
||||
deps =
|
||||
|
Reference in New Issue
Block a user