summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Update for 0.5.2 final.v0.5.20.5Georg Brandl2009-03-241-2/+2
* Update version info for 0.5.2b1.v0.5.2b1Georg Brandl2009-03-161-2/+2
* Handle inline nodes in latex and text writers.Georg Brandl2009-03-163-0/+28
* Properly escape ``|`` in LaTeX output.Georg Brandl2009-03-091-1/+2
* Fix a linking problem in latex.Georg Brandl2009-03-051-1/+2
* Debian bug #517735: check for presence of pages before linking to them.Georg Brandl2009-03-011-0/+4
* Fix PNG depth assignment for depth=0.Georg Brandl2009-02-271-4/+9
* #71: If a decoding error occurs in source files, print a warning and replace ...Georg Brandl2009-02-211-0/+21
* Fix a problem in the HTML search if the index takes too longGeorg Brandl2009-02-211-1/+1
* Register custom roles as local, saves system_messages which can cause problem...Georg Brandl2009-02-212-6/+7
* Backport two fixes that should have been made here.Georg Brandl2009-02-182-3/+5
* Don't output system messages while resolving, because they would stay in the ...Georg Brandl2009-02-171-5/+8
* #82: Determine the correct path for dependencies noted byGeorg Brandl2009-02-171-2/+6
* Recognize toctree directives that are not on section toplevel,Georg Brandl2009-02-141-13/+25
* Handle footnotes in tables in LaTeX.Georg Brandl2009-02-142-0/+6
* Add file attribute to appendix nodes.Georg Brandl2009-02-141-7/+6
* Use better error messages for unsupported markup in LaTeX documents.Georg Brandl2009-02-124-17/+32
* Use a new RFC base URL, since rfc.org seems down.Georg Brandl2009-02-121-1/+1
* Fix todolist crash when no todo entry is there.Georg Brandl2009-02-121-0/+3
* Don't call LaTeX or dvipng over and over again if it was notGeorg Brandl2009-02-071-17/+31
* Fix problems with footnotes in the LaTeX output.Georg Brandl2009-02-071-9/+19
* Fix an unpacking error on error condition.Georg Brandl2009-02-071-1/+1
* Prevent double hyphens becoming en-dashes in literal code in the LaTeX output.Georg Brandl2009-01-261-0/+2
* Open literalinclude files in universal newline mode to allowGeorg Brandl2009-01-261-1/+1
* make -Q workGeorg Brandl2009-01-241-1/+1
* A bit of clarification about where Sphinx finds autodoced modules.Georg Brandl2009-01-221-3/+3
* Fix #86; merged from mqGeorg Brandl2009-01-141-2/+2
|\
| * fix custom link titles in toctreesmq2009-01-141-2/+2
* | On Windows, the target of os.rename() may not exist.Georg Brandl2009-01-133-4/+15
|/
* Remove debugging print.Georg Brandl2009-01-111-1/+1
* Some more license nits.Georg Brandl2009-01-031-1/+1
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-0341-80/+80
* * #81: Write environment and search index in a manner that is safeGeorg Brandl2009-01-032-4/+11
* Fix #80: use string.ascii_* constants in case locale.setlocale() isGeorg Brandl2009-01-022-2/+2
* Post-release updates.Georg Brandl2008-12-151-1/+1
* Prepare for 0.5.1 release.v0.5.1Georg Brandl2008-12-151-2/+2
* Fix #67: Output warnings about failed doctests in the doctest extensionGeorg Brandl2008-12-152-5/+15
* Remove duplicate warning.Georg Brandl2008-12-151-2/+0
* * #72: In pngmath, make it possible to give a full path to LaTeX andGeorg Brandl2008-12-151-4/+6
* Fix two issues with non-ASCII characters being written to byte streams.Georg Brandl2008-12-152-5/+14
* Warn if doctest blocks don't contain code.Georg Brandl2008-12-151-2/+6
* Fix handling of :param: and :type: with roles.Georg Brandl2008-12-151-4/+21
* #65: Store depth information in PNG images themselves.Georg Brandl2008-12-102-7/+62
* Fix automethod outside class context.Georg Brandl2008-12-091-0/+3
* Fix #68: invalid latex output for images with height set.Georg Brandl2008-12-081-1/+2
* Fix #60: "smart" image inclusion in subdirs.Georg Brandl2008-12-081-4/+8
* Fix JS search when html_copy_source is off.Georg Brandl2008-12-073-5/+13
* Fix autoclass_content = "both" bug.Georg Brandl2008-12-071-1/+1
* Fix s/self/this in JavaScript.Georg Brandl2008-12-061-1/+1
* Bump version tag.Georg Brandl2008-12-051-1/+1