Refactor docs to be deployed as a static content

This commit is contained in:
Ivan Kravets
2021-04-28 13:10:19 +03:00
parent eb2cd001b6
commit 603d524aaf
3 changed files with 3 additions and 3 deletions

View File

@ -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

Submodule docs updated: 99e329384c...dda03f5421

View File

@ -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 =