Switch the documentation to sphinx
authorIustin Pop <iustin@google.com>
Sat, 9 May 2009 21:18:06 +0000 (23:18 +0200)
committerIustin Pop <iustin@google.com>
Tue, 12 May 2009 11:29:40 +0000 (13:29 +0200)
commitd17e74b43b39b62abfbd543d9a7f0516c235be15
tree7a71fe74d28f1a2900c8f5daa8d2da78b9c36eac
parent6d81475ca04828b3e849541581ad6008b0dc81c6
Switch the documentation to sphinx

This big patch converts the documentation build system to sphinx
(http://sphinx.pocoo.org/). Since that uses reStructuredText sources
too, there is no change (yet) in the documents themselves, just in the
build system.

As before, the docs are pre built by the maintainer, and the end-user
doesn't need sphinx or other rst tools to build the docs. Note that we
are not distributing PDFs, so building that will require the tools.

The docs will be stored under doc/html and the build system also need an
extra directory doc/build. These are considered (by automake)
maintainer-related objects and are removed at maintainer-clean time.

The patch also fixes some small issues: add a docpng variable, add
doc/api (also generated by maintainer) in maintainer-clean-local, etc.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
.gitignore
DEVNOTES
INSTALL
Makefile.am
configure.ac
doc/conf.py [new file with mode: 0644]
doc/index.rst [new file with mode: 0644]