We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edac59 commit 954bbfaCopy full SHA for 954bbfa
1 file changed
Makefile
@@ -116,4 +116,10 @@ run:
116
@echo "-> Starting development server"
117
${MANAGE} runserver 8000 --insecure
118
119
-.PHONY: dev envfile isort black doc8 valid bandit check check-deploy clean migrate test docs postgresdb backupdb run
+check_docs:
120
+ @echo "Check Sphinx Documentation build minimally"
121
+ @${ACTIVATE} sphinx-build -E -W docs/source build
122
+ @echo "Check for documentation style errors"
123
+ @${ACTIVATE} doc8 --max-line-length 100 docs/source --ignore-path docs/_build/ --ignore D000 --quiet
124
+
125
+.PHONY: dev envfile isort black doc8 valid bandit check check-deploy clean migrate test docs postgresdb backupdb run check_docs
0 commit comments