summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update for 0.5.2 final.v0.5.20.5Georg Brandl2009-03-242-4/+4
* Added tag 0.5.2b1 for changeset f00273402c92Georg Brandl2009-03-160-0/+0
* Update version info for 0.5.2b1.v0.5.2b1Georg Brandl2009-03-161-2/+2
* Fix test suite for docutils 0.4.Georg Brandl2009-03-161-1/+2
* Fix the test suite.Georg Brandl2009-03-162-5/+7
* Handle inline nodes in latex and text writers.Georg Brandl2009-03-163-0/+28
* Properly escape ``|`` in LaTeX output.Georg Brandl2009-03-092-1/+4
* Relicense to avoid confusion.Georg Brandl2009-03-091-2/+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
* Note that Python code in code blocks is parsed.Georg Brandl2009-02-231-1/+4
* #71: If a decoding error occurs in source files, print a warning and replace ...Georg Brandl2009-02-212-0/+24
* Fix a problem in the HTML search if the index takes too longGeorg Brandl2009-02-212-1/+4
* Register custom roles as local, saves system_messages which can cause problem...Georg Brandl2009-02-212-6/+7
* Depend on Jinja 1.2; 1.1 has a small bug in operator precedence that causes o...Georg Brandl2009-02-191-1/+1
* 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-172-5/+11
* #82: Determine the correct path for dependencies noted byGeorg Brandl2009-02-172-2/+10
* Recognize toctree directives that are not on section toplevel,Georg Brandl2009-02-142-13/+28
* 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-122-1/+6
* 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-072-17/+34
* Fix problems with footnotes in the LaTeX output.Georg Brandl2009-02-072-9/+21
* 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-262-0/+5
* Open literalinclude files in universal newline mode to allowGeorg Brandl2009-01-262-1/+4
* make -Q workGeorg Brandl2009-01-242-1/+3
* A bit of clarification about where Sphinx finds autodoced modules.Georg Brandl2009-01-222-3/+10
* Fix #86; merged from mqGeorg Brandl2009-01-142-2/+4
|\
| * 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-035-7/+81
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-0354-137/+187
* * #81: Write environment and search index in a manner that is safeGeorg Brandl2009-01-033-4/+16
* Fix #80: use string.ascii_* constants in case locale.setlocale() isGeorg Brandl2009-01-022-2/+2
* Note how to change default role.Georg Brandl2008-12-281-1/+2
* Fix #58: Add extension tutorial and better docs on where to put extensions.Georg Brandl2008-12-212-8/+355
* Add SQLAlchemy.Georg Brandl2008-12-171-0/+1
* Post-release updates.Georg Brandl2008-12-152-1/+5
* Added tag 0.5.1 for changeset dfe5aae7c8adGeorg Brandl2008-12-150-0/+0
* Prepare for 0.5.1 release.v0.5.1Georg Brandl2008-12-152-4/+4
* Fix #67: Output warnings about failed doctests in the doctest extensionGeorg Brandl2008-12-153-5/+18
* 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-153-7/+23
* Fix two issues with non-ASCII characters being written to byte streams.Georg Brandl2008-12-153-5/+19