This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author philip
Recipients docs@python, philip
Date 2011-06-26.06:29:37
SpamBayes Score 4.9854507e-06
Marked as misclassified No
Message-id <1309069778.19.0.06342861361.issue12415@psf.upfronthosting.co.za>
In-reply-to
Content
I was unable to determine how to download the Python documentation source files (for building via Sphinx) but did figure out the following:

   hg clone http://hg.python.org/cpython
   cd cpython/Doc
   make html

Where to get the Doc sources deserves a mention here:

   http://docs.python.org/dev/documenting/building.html

I don't know this topic so won't propose a patch, but building.txt should mention where/how to get 'Doc' before the 'cd Doc' example.
History
Date User Action Args
2011-06-26 06:29:38philipsetrecipients: + philip, docs@python
2011-06-26 06:29:38philipsetmessageid: <1309069778.19.0.06342861361.issue12415@psf.upfronthosting.co.za>
2011-06-26 06:29:37philiplinkissue12415 messages
2011-06-26 06:29:37philipcreate