Browse Source

Use `make html` to build the docs under tox

Mike Naberezny 9 năm trước cách đây
mục cha
commit
5259f83f53
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      tox.ini

+ 2 - 1
tox.ini

@@ -29,6 +29,7 @@ deps =
 deps =
     Sphinx
     readme
+whitelist_externals = make
 commands =
-    sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
+    make -C docs html BUILDDIR={envtmpdir} "SPHINXOPTS=-W -E"
     python setup.py check -m -r -s