summaryrefslogtreecommitdiff
path: root/sphinx/builders/latex.py
Commit message (Expand)AuthorAgeFilesLines
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-0/+1
* Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
* Refactor util package.Georg Brandl2010-01-171-2/+3
* Refactor toctree inlining to into a util function.Georg Brandl2010-01-171-22/+3
* Remove Python 2.5ism and undefined local access.Georg Brandl2010-01-121-1/+1
* Improve the handling of non-Unicode strings in the configuration:Georg Brandl2010-01-121-1/+7
* Happy new year!Georg Brandl2010-01-011-1/+1
* Copy stat as well as files for static content.Georg Brandl2009-04-281-10/+9
* Fix attribute reference error.gbrandl2009-03-151-1/+1
* Use standard ``file:line: warning: message`` format for warning messages.Georg Brandl2009-03-051-4/+5
* The new ``latex_additional_files`` config value can be used toGeorg Brandl2009-02-201-0/+9
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-2/+3
* merge with mainGeorg Brandl2009-02-141-7/+11
|\
| * Fix handling of "docname" and target names in LaTeX builder.Georg Brandl2009-02-141-7/+11
* | Reformat to EOL80.Georg Brandl2009-01-101-6/+8
|/
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
* Due to popular demand, added a ``:doc:`` role which directlyGeorg Brandl2008-12-281-2/+3
* Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* Move builders and writers into new packages.Georg Brandl2008-11-291-0/+185