Re: Error while building Python doc

2013-12-22 Thread Christian Heimes
Am 22.12.2013 21:59, schrieb Terry Reedy: > Did you run "make -C Doc checkout" first? (I do not know what the -C > does, as I just do "make checkout" and occasionally make update in Doc > on Windows, which run Doc/make.bat. -C == change directory "make -C Doc html" is like "cd Doc; make html; cd

Re: Error while building Python doc

2013-12-22 Thread Terry Reedy
On 12/22/2013 1:53 PM, shankha wrote: Hi, I am trying to build Python documents as listed here http://docs.python.org/devguide/documenting.html#building-the-documentation make -C Doc html Error message: Checked out revision 89010. mkdir -p build/html build/doctrees python tools/sphinx-build.py

Error while building Python doc

2013-12-22 Thread shankha
Hi, I am trying to build Python documents as listed here http://docs.python.org/devguide/documenting.html#building-the-documentation make -C Doc html Error message: Checked out revision 89010. mkdir -p build/html build/doctrees python tools/sphinx-build.py -b html -d build/doctrees -D latex_pape