summaryrefslogtreecommitdiff
path: root/tests/test_build.py
Commit message (Collapse)AuthorAgeFilesLines
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Fix broken tests by 7bb685bbe97824bc2c65bf8cb1d7ac38e5f91cd4Takeshi KOMIYA2016-01-031-1/+3
|
* Fix #2197: Slightly cryptic error message for missing index.rst fileTakeshi KOMIYA2016-01-031-0/+11
|
* Fix #2158: test_latex_build.test_footnote and some tests fail on Windows ↵shimizukawa2015-12-191-2/+2
| | | | environment with py3
* Added tests for Apple Help generation.Alastair Houghton2015-01-151-3/+4
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | fix trailing space and long lineTakayuki Shimizukawa2014-10-091-4/+12
| |
* | Complete test suite overhaul.Georg Brandl2014-09-211-82/+54
| | | | | | | | | | | | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* | Fix RuntimeError with numbered circular toctreetk0miya2014-08-191-0/+35
| |
* | * provide _copy_to_temp option for TestApp()Takayuki Shimizukawa2014-08-101-1/+1
|/
* * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, ↵Takayuki Shimizukawa2014-07-131-8/+21
| | | | texinfo and changes. Closes #1508
* use test generator nosetests feature.Takayuki Shimizukawa2014-07-121-50/+19
|
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with ↵Takayuki Shimizukawa2013-10-031-2/+2
| | | | 'non-ASCII filename'. refs #703
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-011-1/+1
|
* When Sphinx couldn't decode multibyte filename, now Sphinx notices ↵Takayuki Shimizukawa2013-09-281-2/+9
| | | | UnicodeError and continuing if possible instead of raise exception. Closes #703
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+1
|
* Fix test_man which didn't test if docs were being built. It now ↵Jonathan Waltman2013-01-061-1/+2
| | | | successfully fails.
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* merge headsTakayuki Shimizukawa2012-12-101-0/+8
|\
| * Add Docutils-native XML and pseudo-XML buildersJonathan Waltman2012-12-041-0/+8
| |
* | support multibyte filename handling.Takayuki Shimizukawa2012-05-011-0/+20
|/ | | | https://bitbucket.org/birkenfeld/sphinx/issue/703
* New year update.Georg Brandl2011-01-041-1/+1
|
* Actually test the JSON builder.Georg Brandl2010-07-251-0/+4
|
* Add manual page writer.Georg Brandl2010-02-211-0/+9
|
* merge with trunkGeorg Brandl2010-01-171-1/+5
|\
| * Add single-file HTML builder. Closes #151.Georg Brandl2010-01-171-1/+5
| |
| * Split off HTML tests from test_build.Georg Brandl2010-01-021-164/+2
| |
* | Split out test_build_latex.Georg Brandl2010-01-171-86/+1
| |
* | Clean up unused imports.Georg Brandl2010-01-171-4/+2
| |
* | merge with trunkGeorg Brandl2010-01-021-164/+2
|\ \ | |/ |/|
| * merge with trunkGeorg Brandl2009-12-311-0/+4
| |\
| * | Move HTML test into own module and add some C references.Georg Brandl2009-09-081-204/+2
| | |
| * | More refactoring for language-independent domain support.Georg Brandl2009-09-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renamed "desc"ription unit to "object" wherever possible. * Added standard x-ref types to a StandardDomain which is always consulted. * Split domains module into a subpackage. * Removed additional_xref_types in favor of new directive classes in StandardDomain. * Implemented x-ref inventory version 2, for all object types. * Added env.doc_read_data which is for temporary data stored while reading. * Minimally updated extension tutorial. * Started to implement changes to interactive search. * Test suite passes again.
| * | More block markup tests.Georg Brandl2009-08-091-0/+4
| | |
| * | More tests for inline markup.Georg Brandl2009-08-091-1/+9
| | |
| * | Fix test.Georg Brandl2009-08-091-1/+1
| | |
| * | Add more tests for markup.Georg Brandl2009-08-091-7/+38
| | |
| * | More tests for inline markup.Georg Brandl2009-08-091-0/+6
| | |
* | | Make extlinks more flexible: use string substitution to build the full URL.Georg Brandl2010-01-021-0/+5
| | |
* | | merge with 0.6Georg Brandl2010-01-011-1/+1
|\ \ \ | |_|/ |/| |
| * | Happy new year!Georg Brandl2010-01-011-1/+1
| | |
* | | merge with 0.6Georg Brandl2009-12-311-0/+2
|\ \ \ | |/ /
| * | #303: ``html_context`` values given on the command line via ``-A``Georg Brandl2009-12-311-0/+2
| | | | | | | | | | | | should not override other values given in conf.py.
* | | merge with epub forkGeorg Brandl2009-12-281-0/+4
|\ \ \
| * | | Initial import from local repositoryRoland Meister2009-12-281-0/+4
| | |/ | |/|
* | | merge with 0.6Georg Brandl2009-12-241-0/+2
|\ \ \ | |/ / |/| / | |/
| * #299: Fix the mangling of quotes in "include:: :literal:" blocks.Georg Brandl2009-12-241-0/+2
| |
* | merge with 0.6Georg Brandl2009-06-041-1/+3
|\ \ | |/