Skip to content

Commit e7b2d21

Browse files
author
Juliya Smith
authored
fix and improve (#172)
1 parent 28aa2b5 commit e7b2d21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{38,37,36,35,27}
3+
py{38,37,36,35}
44
docs
55
style
66
skip_missing_interpreters = true
@@ -25,8 +25,11 @@ deps =
2525
recommonmark
2626
sphinx_rtd_theme
2727
sphinx-click
28+
whitelist_externals = bash
2829

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"
3033

3134
[testenv:style]
3235
deps = pre-commit

0 commit comments

Comments
 (0)