summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix force_decode() to work on Python 3.v1.1.31.1Georg Brandl2012-03-102-6/+6
|
* Bump version to 1.1.3.Georg Brandl2012-03-102-4/+4
|
* Fix code style nits.Georg Brandl2012-03-103-3/+5
|
* Add a comment explaining part of visit_image.Georg Brandl2012-03-101-0/+3
|
* Fixes #795: explain that titles on the same level as the document heading ↵Georg Brandl2012-03-101-0/+7
| | | | cannot be put into only directives.
* Fixes #836: catch AttributeError when retrieving __dict__ attribute.Georg Brandl2012-03-101-3/+7
|
* Fixes #816: Fix encoding issues in the Qt help builder.Georg Brandl2012-03-102-6/+10
|
* Fixes #873: do not raise assertion errors on empty "only" directives.Georg Brandl2012-03-102-4/+8
|
* Fixes #892: Fix single-HTML builder misbehaving with the master document in ↵Georg Brandl2012-03-102-2/+8
| | | | a subdirectory.
* Add "in-development" version tag.Georg Brandl2012-03-101-1/+1
|
* Fixes #870: silence spurious KeyErrors when removing documents.Georg Brandl2012-03-102-1/+8
|
* Intersphinx: parse inventories correctly when object names contain embedded ↵Jeff Dairiki2012-02-262-1/+10
| | | | | | spaces. This is an issue, e.g., for (multi-word) glossary terms.
* Add some changelog entries.Georg Brandl2012-03-101-0/+4
|
* Fixes #875 and #876: use the right file mode to successfully read config ↵Georg Brandl2012-03-102-4/+5
| | | | files under 2.x and 3.x.
* Fixes #874: do not use __file__ anymore after changing cwd.Georg Brandl2012-03-101-3/+5
|
* Closes #810: fix deprecation warnings with Python 3. What is left over is ↵Georg Brandl2012-01-299-30/+46
| | | | from nose or docutils.
* Closes #817: note that math markup in docstrings needs to take care of ↵Georg Brandl2012-01-291-0/+4
| | | | backslashes.
* Another issue fixed.Georg Brandl2012-01-291-2/+2
|
* Closes #831: Provide ``--project`` flag in setup_command as advertised.Georg Brandl2012-01-292-0/+5
|
* Closes #844: Fix crashes when dealing with Unicode output in doctest extension.Georg Brandl2012-01-292-0/+6
|
* Closes #834: Fix HTML help language/encoding mapping for all Sphinx ↵Georg Brandl2012-01-292-11/+25
| | | | supported languages.
* Closes #832: Fix crashes when putting comments or lone terms in a glossary.Georg Brandl2012-01-292-1/+7
|
* Closes #854: Fix inheritance_diagram raising attribute errors on builtins.Georg Brandl2012-01-292-1/+4
|
* Closes #852: Fix HtmlHelp index entry links again.Georg Brandl2012-01-292-4/+6
|
* Closes #853: Restore compatibility with docutils trunk.Georg Brandl2012-01-293-0/+8
|
* Closes #851: Recognize and warn about circular toctrees, instead of running ↵Georg Brandl2012-01-292-7/+24
| | | | into recursion errors.
* Closes #862: Fix handling of ``-D`` and ``-A`` options on Python 3.Georg Brandl2012-01-292-3/+5
|
* Closes #864: Fix crash with some settings of :confval:`modindex_common_prefix`.Georg Brandl2012-01-292-1/+4
|
* Closes #860: Do not crash when encountering invalid doctest examples, just ↵Georg Brandl2012-01-292-2/+10
| | | | emit a warning.
* Closes #859: Fix exception under certain circumstances when not finding ↵Georg Brandl2012-01-292-16/+20
| | | | appropriate objects to link to.
* Closes #695: When the highlight language "python" is specified explicitly, ↵Georg Brandl2012-01-295-5/+12
| | | | | | do not try to parse the code to recognize non-Python snippets. Thanks to Jonas Haag for the patch.
* Add changelog entry.Georg Brandl2012-01-291-0/+3
|
* Make the 'bibliography TOC fix' specific to document class howto/manual ↵Marcio Mazza2011-12-043-9/+28
| | | | (article/report)
* 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-291-6/+9
|\
| * apidoc: read options from SPHINX_APIDOC_OPTIONS envvar if setFraser Tweedale2011-12-211-6/+9
| | | | | | | | | | | | If the SPHINX_APIDOC_OPTIONS environment variable exists, read OPTIONS from there, otherwise use the existing default options. This allows some configurability of sphinx-apidoc.
* | PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII ↵Georg Brandl2012-01-292-1/+10
| | | | | | | | characters correctly.
* | 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 ↵Armin Ronacher2012-01-251-2/+2
|/ | | | parsed properly in the C++ domain. This fixes #861
* Added tag 1.1.2 for changeset 7d389fe78ee9Georg Brandl2011-11-010-0/+0
|
* Closes #809: Include custom fixers in the source distribution.v1.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.v1.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
|