CPython singlehtml docs Built by adding this to Doc/Makefile: .PHONY: singlehtml singlehtml: BUILDER = singlehtml singlehtml: build @echo "Build finished. The HTML page is in build/html." And running make -C Doc clean venv singlehtml