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 8ffb12f commit c838909Copy full SHA for c838909
Makefile
@@ -24,8 +24,8 @@ gh-pages:
24
printf -- "---\nredirect_to: /en/latest/\n---\n" > $(BUILDDIR)/html/index.md
25
# Create redirect for /en/ to /en/latest/
26
printf -- "---\nredirect_to: /en/latest/\n---\n" > $(BUILDDIR)/html/en/index.md
27
- # Ensure GitHub Pages processes Jekyll
28
- rm -f $(BUILDDIR)/html/.nojekyll
+ # Ensure GitHub Pages does NOT treat this as a Jekyll site
+ touch $(BUILDDIR)/html/.nojekyll
29
30
# Catch-all target: route all unknown targets to Sphinx using the new
31
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
0 commit comments