summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Closes #695: When the highlight language "python" is specified explicitly, do...Georg Brandl2012-01-295-5/+12
|/ / / / / / / / / /
* | | | | | | | | | Add changelog entry.Georg Brandl2012-01-291-0/+3
* | | | | | | | | | Make the 'bibliography TOC fix' specific to document class howto/manual (arti...Marcio Mazza2011-12-043-9/+28
* | | | | | | | | | Add changelog entry.Georg Brandl2012-01-291-0/+2
* | | | | | | | | | Changed Conditional Expressionstogakushi2011-11-262-5/+24
* | | | | | | | | | Add changelog entry.Georg Brandl2012-01-291-0/+2
* | | | | | | | | | Updated french translationsMathias Monnerville2012-01-052-10/+4
* | | | | | | | | | Merged in frasertweedale/sphinx (pull request #37)Georg Brandl2012-01-294-5/+14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII charac...Georg Brandl2012-01-292-1/+10
| * | | | | | | | | | Closes #846: Narrow down quick search styling.Robert Lehmann2012-01-031-2/+2
| * | | | | | | | | | Fixed another ordering priority bug in the C++ parser.Armin Ronacher2012-01-251-2/+2
| * | | | | | | | | | Fixed a priority error that caused operator++ and operator-> to not be parsed...Armin Ronacher2012-01-251-2/+2
| |/ / / / / / / / /
* | | | | | | | | | apidoc: read options from SPHINX_APIDOC_OPTIONS envvar if setFraser Tweedale2011-12-211-6/+9
|/ / / / / / / / /
* | | | | | | | | Added tag 1.1.2 for changeset 7d389fe78ee9Georg Brandl2011-11-010-0/+0
* | | | | | | | | Closes #809: Include custom fixers in the source distribution.1.1.2Georg Brandl2011-11-013-2/+9
|/ / / / / / / /
* | | | | | | | Added tag 1.1.1 for changeset e753d03451a6Georg Brandl2011-11-010-0/+0
* | | | | | | | Prepare for release 1.1.1.1.1.1Georg Brandl2011-11-012-4/+4
* | | | | | | | Fix overlong lines.Georg Brandl2011-11-013-4/+7
* | | | | | | | Fix relative_path() argument order.Georg Brandl2011-11-011-1/+1
* | | | | | | | Fix DevHelp index entries too.Georg Brandl2011-11-012-3/+3
* | | | | | | | Closes #791: Fix QtHelp and HtmlHelp index entry links.Georg Brandl2011-11-013-4/+7
* | | | | | | | Closes #793: Fix docutils version references.Georg Brandl2011-11-012-6/+3
* | | | | | | | Closes #792: Include "sphinx-apidoc" in the source distribution.Georg Brandl2011-11-012-0/+3
* | | | | | | | Closes #796: use package_dir everywhere instead of __file__.Georg Brandl2011-11-013-3/+5
* | | | | | | | Closes #797: Don't crash on a misformatted glossary.Georg Brandl2011-11-012-2/+14
* | | | | | | | Closes #801: Make intersphinx work properly without SSL support.Georg Brandl2011-11-012-1/+3
* | | | | | | | Closes #805: Make the ``Sphinx.add_index_to_domain`` method work correctly.Georg Brandl2011-11-012-9/+13
| |_|/ / / / / |/| | | | | |
* | | | | | | Fix SyntaxError when conf.py includes CR characterstk0miya2011-10-221-1/+1
* | | | | | | Restore compatibility with python2.5, use relative_path from docutils in plac...Benoit Allard2011-10-261-1/+1
| |/ / / / / |/| | | | |
* | | | | | latex: table: push the whole context at onceBenoit Allard2011-10-121-5/+6
* | | | | | Fix typo and create a new "stable" named branch.Ezio Melotti2011-10-231-1/+1
|/ / / / /
* | | | | Added tag 1.1 for changeset 0a63129ab59bGeorg Brandl2011-10-090-0/+0
* | | | | Pre-release updates.1.1Georg Brandl2011-10-093-4/+5
* | | | | Restore Python 3 compatibility.Georg Brandl2011-10-092-9/+12
* | | | | Satisfy "make check".Georg Brandl2011-10-098-16/+22
* | | | | Fix typo.Robert Lehmann2011-10-081-1/+1
* | | | | Add project name to PO header.Robert Lehmann2011-10-081-1/+1
* | | | | Change default visibility for C++ superclasses.Robert Lehmann2011-10-082-11/+12
* | | | | mergeRobert Lehmann2011-10-083-50/+54
|\ \ \ \ \
| * | | | | When collecting packages/modules to document, stop at directories without __i...Georg Brandl2011-10-071-50/+50
| * | | | | Merge with 1.0Georg Brandl2011-10-07308-7773/+21958
| |\ \ \ \ \
| | * | | | | Activate the viewcode extension in the automatically generated apidoc project.Georg Brandl2011-10-072-0/+2
| * | | | | | Fix the source positions referenced by the "viewcode" extension.Georg Brandl2011-10-072-0/+3
* | | | | | | Fixes #678: Support superclass declarations in C++ domain.Robert Lehmann2011-10-083-2/+48
| |/ / / / / |/| | | | |
* | | | | | Closes #585: document sphinx-apidoc.Georg Brandl2011-10-073-3/+80
* | | | | | Do not overwrite files without -f given.Georg Brandl2011-10-072-18/+23
* | | | | | Add a rudimentary manpage for sphinx-apidoc.Georg Brandl2011-10-073-1/+57
* | | | | | Optionally create a full quickstart project in apidoc.Georg Brandl2011-10-072-13/+63
* | | | | | Remove unused import.Georg Brandl2011-10-071-1/+0
* | | | | | Split user queries and file generation in quickstart into two functions.Georg Brandl2011-10-072-59/+110