summaryrefslogtreecommitdiff
path: root/tests/test_build_latex.py
Commit message (Expand)AuthorAgeFilesLines
* fix test: numfig test depends ja translation.shimizukawa2015-03-091-6/+6
* fix testcases for windows that introduced at 3d62e353a5shimizukawa2015-03-081-2/+2
* Update testcases for changing prefix of captionsTakeshi KOMIYA2015-03-081-6/+44
* #1719 Add prefix to linkname of :numref: on LaTeX modeTakeshi KOMIYA2015-03-031-14/+20
* #1719 Use numfig_format for prefix of captions in LaTeX builderTakeshi KOMIYA2015-03-031-0/+49
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | 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-2/+3
|\ \
| * | fix testing on Windows.Takayuki Shimizukawa2014-09-281-1/+2
* | | Add options argument to Sphinx.add_latex_package()tk0miya2014-09-281-0/+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.Takayuki Shimizukawa2014-04-301-3/+3
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-4/+4
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+3
|/
* fix: test_build_latex and test_build_texinfo raise SkipTest if command missin...Takayuki Shimizukawa2013-09-231-1/+1
* Fix: Citation target missing cause AssertionError. Closes #1160Takayuki Shimizukawa2013-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.Takayuki 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 python3Daniel Neuhäuser2010-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