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 eff683c commit 97fdd55Copy full SHA for 97fdd55
Makefile
@@ -119,8 +119,10 @@ WEBSAMPLEBETA = $(WEBHOME)/files/sample_coverage_html_beta
119
$(DOCBIN):
120
tox -q -e doc --notest
121
122
-dochtml: $(DOCBIN) ## Build the docs HTML output.
+cogdoc: $(DOCBIN) ## Run docs through cog
123
$(DOCBIN)/python -m cogapp -crP --verbosity=1 doc/*.rst
124
+
125
+dochtml: cogdoc $(DOCBIN) ## Build the docs HTML output.
126
$(SPHINXBUILD) -b html doc doc/_build/html
127
128
docdev: dochtml ## Build docs, and auto-watch for changes.
0 commit comments