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 16a5404 commit d8aec04Copy full SHA for d8aec04
Makefile
@@ -8,7 +8,7 @@ PYTHON=python3
8
all: sphinx
9
10
sphinx:
11
- sphinx-build -j auto -b html . build
+ $(PYTHON) build.py
12
13
rss:
14
$(PYTHON) pep2rss.py .
0 commit comments