Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Python

Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information. | |||
![]() |
README.txt |
|
|
![]() |
build_docs.py |
|
|
![]() |
requirements.txt |
|
README.txt
This repository contains scripts for automatically building the Python documentation on docs.python.org. # How to test it? $ mkdir www logs build_root $ python3 -m venv build_root/venv/ $ build_root/venv/bin/python -m pip install -r requirements.txt $ python3 ./build_docs.py --quick --build-root build_root --www-root www --log-directory logs --group $(id -g)