summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Offer mathjax instead of jsmath in quickstart.Georg Brandl2011-10-072-12/+11
* | mergeRobert Lehmann2011-10-072-19/+13
|\ \
| * | Update the websupport tests to API changes.Georg Brandl2011-10-062-19/+13
* | | Fixes #354: Addressed PDF generation in the tutorial.Robert Lehmann2011-10-061-0/+6
|/ /
* | Fix #758: do not install custom_fixers and tests "packages".Georg Brandl2011-10-051-1/+1
* | mergeRobert Lehmann2011-10-032-3/+10
|\ \
| * | Re-add monkey patch whose removal made latex build fail.Georg Brandl2011-10-021-0/+7
| * | Fix markup test with latest pygments-related updates.Georg Brandl2011-10-021-3/+3
* | | Respect gettext_compact in message patching too.Robert Lehmann2011-10-033-9/+13
* | | Closes #561: Add configuration option to prevent catalog bundling.Robert Lehmann2011-10-034-7/+25
|/ /
* | Merge with 1.0Robert Lehmann2011-10-021-4/+4
|\ \
| * | Move 'Hide Search Matches' to search box.Robert Lehmann2011-10-021-4/+4
| * | Closes #778: Fix CSS class selector.Robert Lehmann2011-10-021-2/+2
* | | Merge with 1.0Georg Brandl2011-10-022-2/+5
|\ \ \ | |/ / |/| / | |/
| * Fix #778: Fix "hide search matches" link on pages linked by search.Georg Brandl2011-10-022-2/+4
* | Merge with 1.0.Georg Brandl2011-09-251-0/+3
|\ \ | |/
| * Fix tests in the face of docutils 0.6.Georg Brandl2011-09-251-1/+2
| * Post-release updates.Georg Brandl2011-09-232-1/+5
* | More version-compatibility hack removals.Georg Brandl2011-09-253-10/+1
* | Remove docutils monkey-patches that are no longer needed with >= 0.7.Georg Brandl2011-09-251-54/+5
* | Remove compatibility code for Pygments < 1.2.Georg Brandl2011-09-252-17/+11
* | Upgrade the version requirements.Georg Brandl2011-09-252-1/+7
* | Merge with 1.0Georg Brandl2011-09-23303-7629/+21606
|\ \ | |/ |/|
| * Remove "Modules" suffix for project header.Georg Brandl2011-09-231-1/+1
| * Merge with 1.0Georg Brandl2011-09-23303-7629/+21606
| |\
| | * Merge with 1.0Georg Brandl2011-09-239-13/+59
| | |\
| | * | Update tox.ini with py32/du08 envs.Georg Brandl2011-09-231-10/+8
| | * | Added more tests to the basic parsing of C++ signaturesArmin Ronacher2011-09-231-5/+18
| | * | mergedArmin Ronacher2011-09-233-54/+146
| | |\ \
| | | * | Attach arrays to the name not the type for C++ domain and fixed a few renderi...Armin Ronacher2011-09-232-40/+98
| | | * | Added support for strings with commas in template definitions.Armin Ronacher2011-09-222-1/+4
| | | * | Added support for noexcept specifiersArmin Ronacher2011-09-222-2/+9