summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵Georg Brandl2010-08-251-0/+2
| | | | | | | | extension.
* | Fix test.Georg Brandl2010-08-251-1/+1
| |
* | merge with 1.0Georg Brandl2010-08-231-1/+1
|\ \ | |/
| * Fix long line and test failure.Georg Brandl2010-08-231-1/+1
| |
* | merge with 1.0Georg Brandl2010-08-141-1/+1
|\ \ | |/
| * #490: Fix cross-references to objects of types added by the ↵Georg Brandl2010-08-141-1/+1
| | | | | | | | :func:`~.Sphinx.add_object_type` API function.
* | merge with 1.0Georg Brandl2010-08-051-1/+3
|\ \ | |/
| * 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
| | | | | | | | | | Problem was that the :type: info nodes were inserted twice into the doctree, which led to inconsistencies when reference nodes were resolved.
* | Add some changes not picked up in the transplantation process.Georg Brandl2010-07-281-4/+5
| |
* | Don't use (in this case) unnecessary python2 unicode literalsDaniel Neuhäuser2010-07-111-1/+1
| |
* | Revert changes from the last commit which caused problems with 2.xDaniel Neuhäuser2010-07-111-1/+1
| |
* | Removed XMLParser._fixtext which fixes several errors in the test suiteDaniel Neuhäuser2010-07-101-1/+1
| |
* | Fixed warnings in python3Daniel Neuhäuser2010-06-201-0/+5
|/
* Add some tests for docfields.Georg Brandl2010-07-271-2/+16
|
* Now that the expected warnings are regexes, diffing them with the actual ↵Georg Brandl2010-07-271-3/+2
| | | | output makes no sense anymore.
* 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
| | | | as relative to the source directory.
* 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 ↵Daniel Neuhäuser2010-05-301-1/+1
| | | | a854e3d2ca07
* 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 ↵Georg Brandl2010-05-241-9/+17
| | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
* Make the concept of "module index" generalized to domains. As a ↵Georg Brandl2010-02-201-1/+1
| | | | side-effect, the latex modindex is no longer generated by LaTeX.
* 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
| | | | | | | | | | | | values can be lists that explicitly select which sidebar templates should be rendered. That means that the builtin sidebar contents can be included only selectively.
| * Apply static path exclusion patterns again.Georg Brandl2010-01-071-1/+1
| | | | | | | | Refactor exclusion stuff a bit, so that matchers only have to be compiled once.
| * ``html_static_path`` can now contain single file entries.Georg Brandl2010-01-071-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exclusion of static path files is not yet implemented. HG: Bitte gib eine Versions-Meldung ein. Zeilen beginnend mit 'HG:' werden entfernt. HG: Leere Versionsmeldung wird das Übernehmen abbrechen. HG: -- HG: Benutzer: Georg Brandl <georg@python.org> HG: branch 'default' HG: added tests/root/_static/excluded.css HG: added tests/root/_static/subdir/foo.css HG: added tests/root/templated.css_t HG: Geändert CHANGES HG: Geändert doc/config.rst HG: Geändert sphinx/builders/html.py HG: Geändert sphinx/util/__init__.py HG: Geändert tests/root/_static/README HG: Geändert tests/root/conf.py HG: Geändert tests/test_build_html.py
* | 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
| | | | | | keyword argument to control the depth of the generated tree. Also add tests for that callable.
* Move HTML test into own module and add some C references.Georg Brandl2009-09-081-0/+234