summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-2/+2
* New year update.Georg Brandl2011-01-041-1/+1
* Fix test_build_html after latest docfields fix.Georg Brandl2011-01-041-2/+6
* Fix strange reportings of line numbers for warnings generated fromGeorg Brandl2011-01-031-0/+3
* #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ex...Georg Brandl2010-08-251-0/+2
* Fix long line and test failure.Georg Brandl2010-08-231-1/+1
* #490: Fix cross-references to objects of types added by the :func:`~.Sphinx.a...Georg Brandl2010-08-141-1/+1
* Allow breaking long signatures, continuing with backlash-escaped newlines.Georg Brandl2010-08-051-1/+3
* #484: Fix crash when duplicating a parameter in an info field list.Georg Brandl2010-08-051-1/+1
* Add some tests for docfields.Georg Brandl2010-07-271-2/+16
* Now that the expected warnings are regexes, diffing them with the actual outp...Georg Brandl2010-07-271-3/+2
* This apparently fixes a failing test in Gentoo.Georg Brandl2010-07-271-1/+1
* Fix :guilabel: unescaping, and make some tests actually run.Georg Brandl2010-07-211-153/+153
* Add test for oldcmarkup warningDaniel Neuhäuser2010-07-021-0/+3
* merge with 0.6Georg Brandl2010-06-031-5/+7
* The ``include`` directive now supports absolute paths, which are interpreted ...Georg Brandl2010-05-301-0/+1
* Add a test for absolute image filenames.Georg Brandl2010-05-301-0/+1
* Fixed a testcase in response to issue #415 which is failing as of revision a8...Daniel Neuhäuser2010-05-301-1/+1
* Add the "oldcmarkup" extension, to help migrating to 1.0.Georg Brandl2010-05-241-0/+2
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter...Georg Brandl2010-05-241-9/+17
* Make the concept of "module index" generalized to domains. As a side-effect,...Georg Brandl2010-02-201-1/+1
* Split out test_build_latex.Georg Brandl2010-01-171-1/+9
* merge with trunkGeorg Brandl2010-01-081-6/+10
|\
| * Added ``tab-width`` option to ``literalinclude`` directive.Georg Brandl2010-01-081-6/+10
* | merge with trunk (not working perfectly yet)Georg Brandl2010-01-071-3/+20
|\ \ | |/
| * The ``html_sidebars`` config value can now contain patterns as keys, and the ...Georg Brandl2010-01-071-0/+4
| * Apply static path exclusion patterns again.Georg Brandl2010-01-071-1/+1
| * ``html_static_path`` can now contain single file entries.Georg Brandl2010-01-071-3/+16
* | Activate test that depends on docutils >= 0.5.Georg Brandl2010-01-021-1/+1
* | merge with trunkGeorg Brandl2010-01-021-1/+1
|\ \ | |/
| * Split off HTML tests from test_build.Georg Brandl2010-01-021-0/+188
* merge with trunkGeorg Brandl2010-01-021-0/+5
* merge with trunkGeorg Brandl2009-12-311-0/+2
* merge with trunkGeorg Brandl2009-12-281-0/+2
* Automatically convert directive functions, and add a test for that.Georg Brandl2009-10-271-0/+4
* The ``toctree()`` callable in templates now has a ``maxdepth``Georg Brandl2009-09-091-0/+5
* Move HTML test into own module and add some C references.Georg Brandl2009-09-081-0/+234