Skip to content

Instantly share code, notes, and snippets.

@hugovk
Last active August 8, 2025 10:42
Show Gist options
  • Select an option

  • Save hugovk/223f3183a2301680b060c36c3cb072a3 to your computer and use it in GitHub Desktop.

Select an option

Save hugovk/223f3183a2301680b060c36c3cb072a3 to your computer and use it in GitHub Desktop.
CPython singlehtml docs

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

This file has been truncated, but you can view the full file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment