summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New doc design "sphinx13".Georg Brandl2013-01-1816-50/+613
* Merged in macfreek/sphinx/stable (pull request #59)Georg Brandl2012-10-2813-15/+332
|\
| * Closes #1004: Add default value for docutils setting file_insertion_enabled.Jon Waltman2012-10-021-0/+1
| * Closes #617: Fix docstring preparation without included signature: only ignor...Jon Waltman2012-09-163-3/+17
| * Remove note about sectioning limitation of the "only" directive.Jon Waltman2012-09-121-7/+0
| * Closes #886: Fix handling of section headings in "only" directives.Jon Waltman2012-09-121-3/+40
| * Add failing tests for nested sections in only directives.Jon Waltman2012-09-123-0/+267
| * Closes #905: work around Pygments bug returning str instead of Unicode from L...Georg Brandl2012-08-191-0/+2
| * Fix test_env by supplying a dummy imgpath to the HTML builder.Georg Brandl2012-07-291-0/+1
| * Added language names to the shorthandoff helperMelissa Draper2012-05-101-1/+2
| * Fixed encoding for Python 3Kacper Kowalik2012-05-061-2/+2
| * Create link to full size image if it is scaled with width or height.ms4py2012-03-161-1/+2
* | relative_uri patch. Fixes #916.Freek Dijkstra2012-04-281-2/+10
|/
* the epub-cover.html template should not contain any additional blocksRoland Meister2012-04-111-0/+1
* fix wrong translation 'built-in class' for Japaneseshimizukawa2012-03-252-1/+1
* Make it clearer how autodoc special comments have to be formatted.Georg Brandl2012-03-171-4/+5
* Fixes #900: remove Nepali translations that must be wrongGeorg Brandl2012-03-171-3/+3
* fixed encoding for hashing functions for Python 3Rob Reilink2012-03-132-3/+6
* Add new changelog heading for next releaseGeorg Brandl2012-03-101-0/+3
* Bump version post-release.Georg Brandl2012-03-101-1/+1
* Added tag 1.1.3 for changeset db20c81e10dcGeorg Brandl2012-03-100-0/+0
* Fix force_decode() to work on Python 3.1.1.3Georg 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 can...Georg Brandl2012-03-101-0/+7
* 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 a...Georg Brandl2012-03-102-2/+8
* 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 s...Jeff Dairiki2012-02-262-1/+10
* Add some changelog entries.Georg Brandl2012-03-101-0/+4
* Fixes #875 and #876: use the right file mode to successfully read config file...Georg Brandl2012-03-102-4/+5
* 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 fro...Georg Brandl2012-01-299-30/+46
* Closes #817: note that math markup in docstrings needs to take care of backsl...Georg Brandl2012-01-291-0/+4
* 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 supported...Georg Brandl2012-01-292-11/+25
* 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 i...Georg Brandl2012-01-292-7/+24
* 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 em...Georg Brandl2012-01-292-2/+10