diff options
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,6 +86,7 @@ commands = # Documentation [testenv:docs] +basepython = python3 deps = sphinx>=1.3.0 sphinx_rtd_theme @@ -94,7 +95,7 @@ commands = sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html [testenv:serve-docs] -basepython = python3.4 +basepython = python3 skipsdist = true skip_install = true use_develop = false |
