Skip to content
Snippets Groups Projects
Commit ed2602d5 authored by Erik Reid's avatar Erik Reid
Browse files

added sphinx build to tox

parent a5a20ef0
Branches
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ __pycache__ ...@@ -4,3 +4,4 @@ __pycache__
.tox .tox
coverage.xml coverage.xml
*.egg-info *.egg-info
docs/build
...@@ -18,3 +18,4 @@ commands = ...@@ -18,3 +18,4 @@ commands =
coverage html coverage html
coverage report --fail-under 80 coverage report --fail-under 80
flake8 flake8
sphinx-build -M html docs/source docs/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment