fix: #1631: add tox test support for documentation

Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
Harsha Narayana
2019-07-13 13:00:37 +05:30
parent 32eb8abb63
commit 4e50295bf0
2 changed files with 18 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ help:
@echo "clean-docs"
@echo " Clean Sanic documentation"
@echo ""
@echo "docs-test"
@echo " Test Sanic Documentation for errors"
@echo ""
clean:
@@ -70,3 +73,6 @@ docs-clean:
docs: docs-clean
cd docs && make html
docs-test: docs-clean
cd docs && make dummy