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 075be21 commit 21f5c7dCopy full SHA for 21f5c7d
docs/Makefile
@@ -155,6 +155,11 @@ doctest:
155
@echo "Testing of doctests in the sources finished, look at the " \
156
"results in $(BUILDDIR)/doctest/output.txt."
157
158
+redirects:
159
+ $(SPHINXBUILD) -b rediraffewritediff $(ALLSPHINXOPTS) $(BUILDDIR)/redirect
160
+ @echo
161
+ @echo "Build finished. The redirects are in rediraffe_redirects."
162
+
163
checkbuild:
164
rm -rf $(BUILDDIR)
165
$(SPHINXBUILD) -n -q ./ $(BUILDDIR)
0 commit comments