We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28aa2b5 commit e7b2d21Copy full SHA for e7b2d21
tox.ini
@@ -1,6 +1,6 @@
1
[tox]
2
envlist =
3
- py{38,37,36,35,27}
+ py{38,37,36,35}
4
docs
5
style
6
skip_missing_interpreters = true
@@ -25,8 +25,11 @@ deps =
25
recommonmark
26
sphinx_rtd_theme
27
sphinx-click
28
+whitelist_externals = bash
29
-commands = sphinx-build -W -b html -d {envtmpdir}/doctress docs {envtmpdir}/html
30
+commands =
31
+ sphinx-build -W -b html -d "{envtmpdir}/doctrees" docs "{envtmpdir}/html"
32
+ bash -c "open {envtmpdir}/html/index.html || true"
33
34
[testenv:style]
35
deps = pre-commit
0 commit comments