Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BUILDER = html
JOBS = 8
SOURCES =
OUTPUT_DIR = build
SPHINXERRORHANDLING =
SPHINXERRORHANDLING = -W --keep-going -w sphinx-warnings.txt

ALLSPHINXOPTS = -b $(BUILDER) -j $(JOBS) \
$(SPHINXOPTS) $(SPHINXERRORHANDLING) . $(OUTPUT_DIR) $(SOURCES)
Expand All @@ -29,11 +29,6 @@ dirhtml: BUILDER = dirhtml
dirhtml: venv rss
$(SPHINXBUILD) $(ALLSPHINXOPTS)

## fail-warning to render PEPs to "pep-NNNN.html" files and fail the Sphinx build on any warning
.PHONY: fail-warning
fail-warning: venv
$(SPHINXBUILD) $(ALLSPHINXOPTS) -W

## check-links to check validity of links within PEP sources
.PHONY: check-links
check-links: BUILDER = linkcheck
Expand Down