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 9dd4932 commit ce96a78Copy full SHA for ce96a78
1 file changed
Makefile
@@ -40,7 +40,7 @@ htmllive: _ensure-sphinx-autobuild html
40
.PHONY: dirhtml
41
dirhtml: BUILDER = dirhtml
42
dirhtml: html
43
-dirhtml: mv $(BUILDDIR)/404/index.html $(BUILDDIR)/404.html
+ mv $(BUILDDIR)/404/index.html $(BUILDDIR)/404.html
44
45
## linkcheck to check validity of links within PEP sources
46
.PHONY: linkcheck
0 commit comments