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 825b238 commit 6ec4210Copy full SHA for 6ec4210
docs/Makefile
@@ -48,6 +48,11 @@ html:
48
@echo
49
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
50
51
+redirects:
52
+ $(SPHINXBUILD) -b rediraffewritediff $(ALLSPHINXOPTS) $(BUILDDIR)/html
53
+ @echo
54
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
55
+
56
dirhtml:
57
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
58
0 commit comments