jansson/doc
Petri Lehtinen 3d5c0f46f1 Run Sphinx without the -W flag when building documentation
In "make html", don't use the -W flag with Sphinx. This makes it
possible to create the documentation with Sphinx 1.0 without errors,
as the warning about using old-style C markup isn't turned to an
error.

Don't build documentation in "make check". Instead, add a new make
target "check-doc" to build the documentation with the -W flag.
2010-09-06 20:46:15 +03:00
..
ext Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
.gitignore Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
apiref.rst Clarify the documentation 2010-06-16 21:34:10 +03:00
changes.rst Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
conf.py jansson 1.3 2010-06-13 20:37:33 +03:00
conformance.rst Clarify the documentation 2010-06-16 21:34:10 +03:00
gettingstarted.rst Update documentation 2010-01-12 21:29:16 +02:00
github_commits.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
index.rst doc: Add chapter on RFC conformance 2010-03-26 22:03:26 +02:00
Makefile.am Run Sphinx without the -W flag when building documentation 2010-09-06 20:46:15 +03:00
README Build documentation in make html target 2009-11-03 23:09:04 +02:00
tutorial.rst Enhance documentation 2009-10-19 21:56:11 +03:00

To build the documentation, invoke

    make html

Then point your browser to _build/html/index.html.