diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 39de401e..4bab6a0a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/docs b/docs index 99e32938..dda03f54 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 99e329384cf411b744004da92734f7680038a2d2 +Subproject commit dda03f54215d810d4590eb4883f7b93e9e802fb1 diff --git a/tox.ini b/tox.ini index be832555..9bd70269 100644 --- a/tox.ini +++ b/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 =