summaryrefslogtreecommitdiff
path: root/tests/test_build_latex.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #1607: Sphinx crashes on building latexpdf with "howto" classtk0miya2014-11-241-0/+65
* Fix #1603 :numref: doesn't work correctly when label contain underscoretk0miya2014-10-271-2/+2
* Update testcases for :numref:tk0miya2014-10-021-0/+16
* Merge with defaulttk0miya2014-09-281-0/+2
|\
| * Add options argument to Sphinx.add_latex_package()tk0miya2014-09-281-0/+2
* | fix testing on Windows.shimizukawa2014-09-281-1/+2
|/
* Add new API: Sphinx.add_latex_package()tk0miya2014-09-271-0/+7
* No need to insist on fresh builds with test_build_*Georg Brandl2014-09-211-1/+1
* Complete test suite overhaul.Georg Brandl2014-09-211-15/+9
* remove 'six' name except importing line.shimizukawa2014-04-301-3/+3
* introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-4/+4
* Update copyright year.Georg Brandl2014-03-011-2/+3
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+3
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* fix: test_build_latex and test_build_texinfo raise SkipTest if command missin...shimizukawa2013-09-231-1/+1
* Fix: Citation target missing cause AssertionError. Closes #1160shimizukawa2013-05-021-0/+1
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-2/+1
* Closes #896: use SkipTest in build_latex test if latex is not installedGeorg Brandl2013-04-011-7/+4
* Copyright update.Georg Brandl2013-01-011-1/+1
* * fix test for Windows: test failed by test-code problem depends on os.sep.shimizukawa2012-05-021-1/+2
* Fix #728: escape root dir when putting it into a regex in latex/texinfo tests.Georg Brandl2011-09-211-1/+1
* #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-0/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Fixed warnings in python3DasIch2010-06-201-0/+3
|/
* Now that the expected warnings are regexes, diffing them with the actual outp...Georg Brandl2010-07-271-3/+3
* merge with 0.6Georg Brandl2010-06-031-2/+4
* Remove "group" identifier from get_index() entries; let the template figure t...Georg Brandl2010-02-201-1/+2
* Split out test_build_latex.Georg Brandl2010-01-171-0/+93