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 e1a9650 commit 728b9f1Copy full SHA for 728b9f1
docs/Makefile
@@ -59,6 +59,10 @@ dirhtml:
59
@echo
60
@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
61
62
+netlify: dirhtml
63
+ @cp $(BUILDDIR)/dirhtml/404/index.html $(BUILDDIR)/dirhtml/404.html
64
+ @cp _extra/* $(BUILDDIR)/dirhtml/
65
+
66
singlehtml:
67
$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
68
docs/_extra/_redirects
@@ -0,0 +1,5 @@
1
+# https://www.netlify.com/docs/redirects/
2
3
4
+# Redirect internal URL to python-guide.org
5
+# https://python-guide.netlify.com/* https://docs.python-guide.org/:splat 301!
0 commit comments