summaryrefslogtreecommitdiff
path: root/tests/test_build.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
* | | 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
|\ \ | |/
| * When highlighting Python code, ignore extra indentation beforeGeorg Brandl2009-06-041-1/+3
* | Added the ``prepend`` and ``append`` options to theGeorg 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-1/+2
|\
| * Fix test suite for docutils 0.4.Georg Brandl2009-03-161-1/+2
* | Fix autosummary test suite.Georg Brandl2009-03-161-3/+5
|\ \ | |/
| * Fix the test suite.Georg Brandl2009-03-161-4/+4
* | 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
| * | Add a rst_epilog setting, usable for global substitutions.Georg Brandl2009-02-071-0/+1