Skip to content

Commit

Permalink
Fixup tox config to build docs via makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Oct 17, 2018
1 parent 4f476cc commit 4aebf06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Contents
readme
installation
usage
reference/index
modules
contributing
authors
changelog
Expand Down
7 changes: 0 additions & 7 deletions docs/src/reference/index.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/src/reference/thelper.rst

This file was deleted.

6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ deps =
[testenv:docs]
deps =
-r{toxinidir}/docs/requirements.txt
whitelist_externals = make
commands =
sphinx-build {posargs:-E} -b html docs/src dist/docs
sphinx-build -b linkcheck docs/src dist/docs
python docs/sphinx apidoc -o docs/src src
make -C docs clean
make -C docs html

[testenv:check]
deps =
Expand Down

0 comments on commit 4aebf06

Please sign in to comment.