GitHub - vstinner/python-security: Documentation of Python security (original) (raw)

Python Security documentation: http://python-security.readthedocs.io/

Input files:

Cache files:

Build the doc:

make

After a release, get new commit tags using:

make update

Update needs a configuration file config.ini, see config.ini.template:

[config] bpo_username = LOGIN bpo_password = PASSWORD

Git checkout of https://github.com/python/cpython/

python_srcdir = /path/to/python

For a X.Y.0 release, add X.Y to MAINTAINED_BRANCHES of render_doc.py.

Build without Makefile:

./venv.sh ./venv/bin/python render_doc.py sphinx-build -M html . build

For ReadTheDocs.org, other files are used: