Files
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
..
2010-02-02 21:26:11 +02:00
2010-06-16 21:34:10 +03:00
2010-06-13 20:37:33 +03:00
2010-06-16 21:34:10 +03:00
2010-01-12 21:29:16 +02:00
2010-03-26 22:03:26 +02:00
2009-11-03 23:09:04 +02:00
2009-10-19 21:56:11 +03:00

To build the documentation, invoke

    make html

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