summaryrefslogtreecommitdiff
path: root/tests/test_build.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+1
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...shimizukawa2013-10-031-2/+2
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-011-1/+1
* When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...shimizukawa2013-09-281-2/+9
* 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 successfully...Jonathan Waltman2013-01-061-1/+2
* Copyright update.Georg Brandl2013-01-011-1/+1
* merge headsshimizukawa2012-12-101-0/+8
|\
| * Add Docutils-native XML and pseudo-XML buildersJon Waltman2012-12-041-0/+8
* | support multibyte filename handling.shimizukawa2012-05-011-0/+20
|/
* 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 out test_build_latex.Georg Brandl2010-01-171-86/+1
* | Clean up unused imports.Georg Brandl2010-01-171-4/+2
|/
* Split off HTML tests from test_build.Georg Brandl2010-01-021-164/+2
* 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-0/+6
|\
| * merge with 0.6Georg Brandl2009-12-311-0/+2
| |\
| * \ merge with epub forkgbrandl2009-12-281-0/+2
| |\ \
| | * \ merge with 0.6gbrandl2009-12-241-0/+2
| | |\ \
| * | | | Initial import from local repositoryRoland Meister2009-12-281-0/+4
| |/ / /
| * | | merge with 0.6Georg Brandl2009-06-041-1/+3
| |\ \ \
| * | | | Added the ``prepend`` and ``append`` options to theGeorg Brandl2009-06-041-1/+3
* | | | | Happy new year!Georg Brandl2010-01-011-1/+1
| |_|_|/ |/| | |
* | | | #303: ``html_context`` values given on the command line via ``-A``Georg Brandl2009-12-311-0/+2
| |_|/ |/| |
* | | #299: Fix the mangling of quotes in "include:: :literal:" blocks.Georg Brandl2009-12-241-0/+2
| |/ |/|
* | When highlighting Python code, ignore extra indentation beforeGeorg Brandl2009-06-041-1/+3
|/
* Set the default encoding to ``utf-8-sig`` to handle files with aGeorg Brandl2009-05-311-1/+4
* #178: apply ``add_function_parentheses`` config value to C functions as promi...Georg Brandl2009-05-221-0/+1
* #173: Respect the docutils ``title`` directive.Georg Brandl2009-05-171-0/+1
* Fix test suite failures when Pygments is not available.Georg Brandl2009-04-071-2/+4
* Restore 2.4 compatibility and fix removing the generated file properly.Georg Brandl2009-03-161-2/+1
* Fix test_env.Georg Brandl2009-03-161-36/+111
|\
| * Fix autosummary test suite.Georg Brandl2009-03-161-36/+111
| |\
| | * Make WARNING the default warning prefix.Georg Brandl2009-03-051-9/+9
| | * Use standard ``file:line: warning: message`` format for warning messages.Georg Brandl2009-03-051-10/+10
| | * Paths to literal include files and download files can now be absolute too.Georg Brandl2009-02-241-0/+5
| | * Fix the serializing and changes builders, and really test them.Georg Brandl2009-02-211-1/+13
| | * The new ``latex_additional_files`` config value can be used toGeorg Brandl2009-02-201-0/+2
| | * Fix a bug in FilenameUniqDict that led to test failures.Georg Brandl2009-02-191-0/+4
| | * Make the HTML xpath tests generator tests.Georg Brandl2009-02-191-18/+21
| | * Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-1/+4
| | * Test add_description_unit in test suite.Georg Brandl2009-02-181-3/+5
| | * SVG images are now supported in HTML (via ``<object>`` and ``<embed>`` tags).Georg Brandl2009-02-181-0/+2
| | * Add theming test suite, fix a few bugs and doc problems.Georg Brandl2009-02-151-0/+6
| | * merge with mainGeorg Brandl2009-02-141-9/+20
| | |\
| | | * Image paths can now be absolute (like ``/images/foo.png``).Georg Brandl2009-02-141-0/+1