summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* #282: Added a "nitpicky" mode that emits warnings for all missing references.Georg Brandl2010-02-281-0/+4
* #187: Added support for source ordering of members in autodoc, with ``autodoc...Georg Brandl2010-02-281-0/+3
* merge with trunkGeorg Brandl2010-02-281-0/+25
|\
| * In HTML output, inline roles now get a CSS class with their name,Georg Brandl2010-02-281-0/+4
| * merge with trunkGeorg Brandl2010-02-271-0/+21
| |\
| | * merge with trunkGeorg Brandl2010-02-211-0/+2
| | |\
| | * | Add manual page writer.Georg Brandl2010-02-211-0/+2
| | * | merge with trunkGeorg Brandl2010-02-171-0/+5
| | |\ \
| | * | | Write changelog entry.Georg Brandl2010-01-181-3/+4
| | * | | merge with trunkGeorg Brandl2010-01-171-0/+3
| | |\ \ \
| | * \ \ \ merge with trunkGeorg Brandl2010-01-171-0/+2
| | |\ \ \ \
| | * \ \ \ \ merge with trunkGeorg Brandl2010-01-171-1/+12
| | |\ \ \ \ \
| | * | | | | | Finish new doc field handling implementation.Georg Brandl2010-01-171-0/+3
| | * | | | | | Add the "viewcode" extension.Georg Brandl2010-01-131-0/+2
| | * | | | | | Add html-collect-pages event.Georg Brandl2010-01-131-0/+2
| | * | | | | | merge with trunkGeorg Brandl2010-01-081-0/+11
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ merge with trunk (not working perfectly yet)Georg Brandl2010-01-071-1/+16
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ merge with trunkGeorg Brandl2010-01-071-2/+8
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ merge with trunkGeorg Brandl2010-01-071-0/+11
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ merge with trunkGeorg Brandl2010-01-071-0/+11
| | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ merge with trunkGeorg Brandl2010-01-021-0/+7
| | | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ merge with trunkGeorg Brandl2009-12-311-0/+12
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ merge with trunkGeorg Brandl2009-12-281-0/+7
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ merge with trunkGeorg Brandl2009-12-231-0/+3
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ merge with trunkGeorg Brandl2009-11-161-0/+7
| | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ merge with trunkGeorg Brandl2009-11-091-0/+7
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | Remove docutils 0.4 support.Georg Brandl2009-10-271-0/+2
| | | | | | | * | | | | | | | | | | | merge with trunkGeorg Brandl2009-10-261-2/+4
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | The ``toctree()`` callable in templates now has a ``maxdepth``Georg Brandl2009-09-091-0/+3
| | | | | | | * | | | | | | | | | | | | merge with trunkGeorg Brandl2009-09-041-0/+4
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ merge with trunkGeorg Brandl2009-09-031-0/+9
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge with trunkGeorg Brandl2009-08-091-0/+4
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge with 0.6Georg Brandl2009-08-051-0/+41
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | | | | | Added Catalan translation, thanks to Pau Fern?ndez.Georg Brandl2009-07-291-0/+2
| | | | | | | | | | * | | | | | | | | | | | | | merge with 0.6Georg Brandl2009-07-091-0/+2
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge with 0.6Georg Brandl2009-07-091-0/+6
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge with 0.6Georg Brandl2009-07-091-1/+40
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | | | | | | Added new minimal theme called scrolls.mitsuhiko2009-06-301-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | merge with 0.6Georg Brandl2010-02-281-0/+88
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | merge with 0.6Georg Brandl2010-02-211-0/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Added ``autodoc_default_flags`` config value, which can be usedGeorg Brandl2010-02-211-0/+3
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | merge with 0.6Georg Brandl2010-02-211-0/+85
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | Update Jinja2 requirement.Georg Brandl2010-02-171-0/+2
| | | * | | | | | | | | | | | | | | | | | | | | | | | merge with 0.6Georg Brandl2010-02-071-0/+83
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` application...Georg Brandl2010-01-171-0/+3
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | Add single-file HTML builder. Closes #151.Georg Brandl2010-01-171-0/+2
| | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | merge with 0.6Georg Brandl2010-01-171-0/+6
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge with 0.6Georg Brandl2010-01-121-2/+2
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge with 0.6Georg Brandl2010-01-121-0/+78
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|/ / / / / / / / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | Added ``tab-width`` option to ``literalinclude`` directive.Georg Brandl2010-01-081-0/+2
| | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | | | | | | | | | | | | | |