[Python-Dev] Sphinx version for Python 2.x docs

Nick Coghlan ncoghlan at gmail.com
Wed Aug 17 05:59:07 CEST 2011


On Wed, Aug 17, 2011 at 12:08 PM, Chris Withers <chris at simplistix.co.uk> wrote:
> On 16/08/2011 16:05, Sandro Tosi wrote:
>> I think what's needed first is to run a pilot: take the current 2.7
>> doc,
>
> Where does that live?
> Where are the instructions for building the docs? (dependencies needed, etc)

'make html' in the Docs directory of a CPython checkout ("hg clone
http://hg.python.org/cpython") usually does the trick.

See http://docs.python.org/dev/documenting/building.html for more
detail if the above doesn't work.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list