Sign inSign up

joelnb/python-docs

By joelnb

Updated over 6 years ago

Serve a local copy of the Python documentation site

Image
0

307

joelnb/python-docs repository overview

Ansible Documentation

Server a local copy of the Python documentation site from a Docker container.

Building

To select a version of Python to build documentation for you should set the PYTHON_VERSION build argument to a valid tag/branch in the cpython git repo. An example command to build the docs for version 2.7 is:

docker build --build-arg PYTHON_VERSION=2.7 -t joelnb/python-docs:local python-docs

Tag summary

Content type

Image

Digest

Size

40.6 MB

Last updated

over 6 years ago

docker pull joelnb/python-docs