Skip to content

politza/python-info

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages