[issue12415] Missing: How to checkout the Doc sources

Philip Olson report at bugs.python.org
Sun Jun 26 08:29:38 CEST 2011


New submission from Philip Olson <philip at roshambo.org>:

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.

----------
assignee: docs at python
components: Documentation
messages: 139147
nosy: docs at python, philip
priority: normal
severity: normal
status: open
title: Missing: How to checkout the Doc sources

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12415>
_______________________________________


More information about the Python-bugs-list mailing list