summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Small refactoring for how modifiers are parsed in the C++ domain.Armin Ronacher2011-09-221-11/+10
| | | * | Added support for constexpr in function signaturesArmin Ronacher2011-09-222-10/+19
| | | * | Be explicit about rvalue references.Armin Ronacher2011-09-222-2/+18
| | * | | Merged in aohta/sphinx (pull request #24)Georg Brandl2011-09-221-8/+10
| | |\ \ \
| | | * | | support to the pTex(Japanese TeX) in docutils 0.8.1aohta2011-09-221-8/+10
| | * | | | Merge with 1.0.Georg Brandl2011-09-222-11/+16
| | |\ \ \ \
| | * \ \ \ \ Merge with 1.0Georg Brandl2011-09-22303-7617/+21625
| | |\ \ \ \ \
| | | * \ \ \ \ Merge with 1.0Georg Brandl2011-09-222-2/+4
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge with 1.0Georg Brandl2011-09-22303-7617/+21627
| | | |\ \ \ \ \ \
| | | | * | | | | | Closes #680: allow doc fields in cpp domain directives.Georg Brandl2011-09-222-1/+14
| | | | | |_|_|/ / | | | | |/| | | |
| | | | * | | | | Added support for non-name template arguments. This fixes #696Armin Ronacher2011-09-222-4/+27
| | | | * | | | | Add changelog entry for emphasize-lines and some coding style fixes.Georg Brandl2011-09-223-8/+11
| | | | | |_|/ / | | | | |/| | |
| | | | * | | | Merged in marklodato/sphinx (pull request #4)Georg Brandl2011-09-226-20/+69
| | | | |\ \ \ \
| | | | | * | | | add :emphasize-lines: option to source-code and literal-includeMark Lodato2011-07-062-2/+43
| | | | | * | | | add 'highlight_args' option for literal_block nodesMark Lodato2011-07-062-2/+5
| | | | | * | | | PygmentsBridge: pass keyword arguments to PygmentsMark Lodato2011-07-064-6/+6
| | | | | * | | | PygmentsBridge: construct new formatter each timeMark Lodato2011-07-061-13/+18
| | | | * | | | | Merged in shino/sphinx (pull request #23)Georg Brandl2011-09-221-2/+8
| | | | |\ \ \ \ \
| | | | | * | | | | Print table headers not only in first page but in next pagesShunichi Shinohara2011-09-221-2/+8
| | | | |/ / / / /
| | | | * | | | | Merge with 1.0Georg Brandl2011-09-21302-7592/+21508
| | | | |\ \ \ \ \
| | | | | * | | | | Fix #610: remove duplicate <h1> tags in agogo theme.Georg Brandl2011-09-212-3/+5
| | | | | * | | | | Merge with 1.0.Georg Brandl2011-09-216-6/+20
| | | | | |\ \ \ \ \
| | | | | * | | | | | Fix #765: on Windows, relpath() does not always succeed.Georg Brandl2011-09-212-4/+9
| | | | | * | | | | | Merge with 1.0Georg Brandl2011-09-21300-7590/+21499
| | | | | |\ \ \ \ \ \
| | | | | | * | | | | | Fix indentation.Georg Brandl2011-09-211-1/+1
| | | | | | * | | | | | Merge with 1.0.Georg Brandl2011-09-212-11/+13
| | | | | | |\ \ \ \ \ \
| | | | | | * | | | | | | Fix #767: safely encode SphinxErrors when printing to sys.stderr.Georg Brandl2011-09-212-5/+11
| | | | | | * | | | | | | Fix #611: latex writer raised IndexError on pages with no section but a link ...Georg Brandl2011-09-211-2/+6
| | | | | | * | | | | | | Fix #663: add "return type" doc field to JS domain.Georg Brandl2011-09-211-0/+2
| | | | | | * | | | | | | Make it clear that math labels are internal.Georg Brandl2011-09-211-4/+4
| | | | | | * | | | | | | Fix #650: add missing newline in coverage output.Georg Brandl2011-09-211-1/+1
| | | | | | * | | | | | | Fix #612: add default abbr/acronym markup which is not present in some browsers.Georg Brandl2011-09-211-0/+5
| | | | | | * | | | | | | Fix #649: translate default html_title. Update locale catalogs.Georg Brandl2011-09-2159-2581/+1990
| | | | | | * | | | | | | Fix :samp: latex tests.Georg Brandl2011-09-212-3/+5
| | | | | | * | | | | | | Correctly treat built-in method (method descriptors) as methodsJulian Andres Klode2011-05-041-1/+2
| | | | | | * | | | | | | Fix #698: msgstr errors found by msgfmt -c.Georg Brandl2011-09-214-8/+8
| | | | | | * | | | | | | Fix #722: remove special styling of :samp: role, and enable placeholder forma...Georg Brandl2011-09-212-8/+5
| | | | | | * | | | | | | Fix #706: use a custom TextWrapper instead of monkeypatching a new wordsep_re...Georg Brandl2011-09-211-13/+20
| | | | | | * | | | | | | Fix #766: Add Estonian locale, thanks to Aivar Annamaa.Georg Brandl2011-09-215-0/+800
| | | | | | * | | | | | | Fix #714: Add Korean locale, thanks to Channy Yun.Georg Brandl2011-09-215-0/+784
| | | | | | * | | | | | | Fix #718: "pass" is not a good way to exit a function.Georg Brandl2011-09-211-1/+1
| | | | | | * | | | | | | Fix #728: escape root dir when putting it into a regex in latex/texinfo tests.Georg Brandl2011-09-212-2/+2
| | | | | | * | | | | | | Fix syntax.Georg Brandl2011-09-211-1/+1
| | | | | | * | | | | | | Always use longtables for autosummary.Georg Brandl2011-09-211-2/+2
| | | | | | * | | | | | | Skip all websupport tests for now.Georg Brandl2011-09-211-1/+3
| | | | | | * | | | | | | Fix dupicate autodocumentation leading to test failures.Georg Brandl2011-09-191-1/+1
| | | | | | * | | | | | | Adapt test to removal of <object> tags for SVG images.Georg Brandl2011-09-191-2/+1
| | | | | | * | | | | | | Merged in benallard/sphinx (pull request #18)Georg Brandl2011-09-192-41/+7
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | graphviz: Remove unused function get_svg_tagBenoit Allard2011-08-241-5/+0
| | | | | | | * | | | | | | Render SVG using an img tag, not an object one. Even IE9 understands it nowBenoit Allard2011-08-242-39/+10