summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-01-171-5/+0
|\
| * Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-171-5/+0
* | Closes #1285: Avoid name clashes between C domain objects and section titles.Georg Brandl2014-01-171-6/+6
|/
* * add a test for the parsed-literal directiveGeorg Brandl2014-01-111-1/+1
* Closes #933: Do not crash if an ``:option:`` value is malformed (contains spacesGeorg Brandl2014-01-101-0/+2
* fix trailing spaceGeorg Brandl2013-12-101-1/+1
* Merged in RelentlessIdiot/sphinx (pull request #149)Georg Brandl2013-09-161-0/+11
|\
| * Fix #1203: Does not append space to unknown field names.Rob Ruana2013-06-231-0/+11
* | Fix new html_extra_path option for singlehtml builder.Georg Brandl2013-09-161-1/+0
* | Test that extra entries are in outdir.Matthias C. M. Troffaes2013-08-221-0/+4
|/
* Fix: Citation target missing cause AssertionError. Closes #1160shimizukawa2013-05-021-0/+1
* Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. Clos...shimizukawa2013-04-301-1/+16
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+1
* versionlabels are handled entirely in the versionmodified directive, instead ...Nozomu Kaneko2013-01-061-4/+5
* fix: paragraphs in versionmodified are ignored when it has no dangling paragr...Nozomu Kaneko2013-01-061-0/+5
* Divide test_intl target source files for speed-up.shimizukawa2013-01-061-1/+0
* Copyright update.Georg Brandl2013-01-011-1/+1
* Avoid unusable warning in using i18n translation. Closes #1057.shimizukawa2012-12-161-0/+1
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-1/+1
* fix for Python3: Python3 open() use 'rt' mode by default, and decoding by lo...shimizukawa2012-05-021-1/+1
* * fix test for Windows: test failed by test-code problem depends on os.sep.shimizukawa2012-05-021-1/+2
* Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl2012-01-291-1/+5
* Closes #695: When the highlight language "python" is specified explicitly, do...Georg Brandl2012-01-291-1/+1
* Merge with 1.0Georg Brandl2011-09-231-5/+18
|\
| * Adapt test to removal of <object> tags for SVG images.Georg Brandl2011-09-191-2/+1
| * Cleanup after pull from https://bitbucket.org/timmartin/sphinxGeorg Brandl2011-05-151-1/+1
| * #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-1/+9
| * merge with 1.0Georg Brandl2011-01-041-1/+1
| |\
| * \ merge with 1.0Georg Brandl2011-01-041-2/+8
| |\ \
| | * \ merge with 1.0Georg Brandl2011-01-031-2/+8
| | |\ \
| | | * \ merge with 1.0Georg Brandl2010-08-251-2/+8
| | | |\ \
| | | | * | Fix test.Georg Brandl2010-08-251-1/+1
| | | | * | merge with 1.0Georg Brandl2010-08-231-1/+1
| | | | |\ \
| | | | * \ \ merge with 1.0Georg Brandl2010-08-141-1/+7
| | | | |\ \ \
| | | | | * \ \ merge with 1.0Georg Brandl2010-08-051-1/+3
| | | | | |\ \ \
| | | | | * | | | 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 literalsDasIch2010-07-111-1/+1
| | | | | * | | | Revert changes from the last commit which caused problems with 2.xDasIch2010-07-111-1/+1
| | | | | * | | | Removed XMLParser._fixtext which fixes several errors in the test suiteDasIch2010-07-101-1/+1
| | | | | * | | | Fixed warnings in python3DasIch2010-06-201-0/+5
* | | | | | | | | 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