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 d95a11d commit 9dd4932Copy full SHA for 9dd4932
.github/workflows/render.yml
@@ -42,9 +42,7 @@ jobs:
42
python -m pip install --upgrade pip
43
44
- name: Render PEPs
45
- run: |
46
- make dirhtml JOBS=$(nproc)
47
- mv build/404/index.html build/404.html
+ run: make dirhtml JOBS=$(nproc)
48
49
# remove the .doctrees folder when building for deployment as it takes two thirds of disk space
50
- name: Clean up files
Makefile
@@ -40,6 +40,7 @@ htmllive: _ensure-sphinx-autobuild html
40
.PHONY: dirhtml
41
dirhtml: BUILDER = dirhtml
dirhtml: html
+dirhtml: mv $(BUILDDIR)/404/index.html $(BUILDDIR)/404.html
## linkcheck to check validity of links within PEP sources
.PHONY: linkcheck
0 commit comments