On 09/27/2012 01:28 PM, Benoit Chesneau wrote:
On Thu, Sep 27, 2012 at 9:07 PM, john.tiger<[email protected]>  wrote:
On 09/27/2012 12:39 AM, Dave Cottlehuber wrote:
On 27 September 2012 07:07, john.tiger<[email protected]>   wrote:
maybe it's late, but I cannot figure out the docs build from linux
"make html" did not work,  neither did python conf.py - what am i missing
?
Hi John,

Thanks for giving it a go. I've not tested the python stuff on linux
so it might be some platform specific issue I'm missing.

0. You'll need to `git checkout -b origin/docs` to switch to the only
branch that has the doc stuff in it
1.
http://wiki.apache.org/couchdb/Documentation#Setting_up_Python_and_Sphinx_for_the_first_time
2. run this which should work:

sphinx-build -a -E -W -n \
-D version='$ver' \
-D release='$ver-git-sha' \
-D project='Apache CouchDB' \
-D copyright='$year, Apache Software Foundation' \
-d $TMPDIR/couchdocs/ \
rst/ \
`pwd`/manual

Feel free to give the github approach a go

http://wiki.apache.org/couchdb/Documentation#Editing_Documentation_via_GitHub
as well.

ugh, pythoners always make things more complex and time wasting - markdown
is so much simpler, no compiling necessary and more compatible with github

sure so you run markdown.py and here we go. Oh damn it's python. does
it means markdown is also complex?

look, if it was a simple markdown text file download, I'd already be reading and making updates instead of f.. ing around trying to install a bunch of scripts - I already wasted a couple of hours last night just trying to get this stuff - want contibutors, make it simple. screwed around with rst a few years ago - waste of time.

Reply via email to