Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 344 Bytes

README.org

File metadata and controls

12 lines (10 loc) · 344 Bytes

Howto build python’s documentation in texinfo format

  1. Install the latest sphinx with python2 .
  2. Download the desired python distribution.
  3. Build the info file as follows.
cd Python-x.y.z/Doc
sphinx-build -b texinfo -d build/doctrees . build/texinfo
cd build/texinfo && make

Or use the Makefile.