summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add tests for "any" role and default-role setting. Fix some minor bugs with ↵Georg Brandl2014-09-191-0/+3
| | | | | | | | "any".
* | Fix #1381 :rfc: and :pep: roles support custom link texttk0miya2014-08-201-0/+4
| |
* | Merged in tk0miya/sphinx (pull request #269)Takayuki Shimizukawa2014-08-201-10/+10
|\ \ | | | | | | | | | Fix #1476 replace <tt> tag by <code>
| * | Fix #1476 replace <tt> tag by <code>tk0miya2014-08-121-10/+10
| | |
* | | Set its URL as a default title value if URL appears in toctreetk0miya2014-08-201-0/+15
| | |
* | | Fix numbering section at singlehtml mode does not work for nested toctreetk0miya2014-08-181-2/+6
| | |
* | | Fix numbering section does not work at singlehtml mode (adhoc)tk0miya2014-08-121-0/+43
|/ /
* | When specifying toctree :numbered: option and :tocdepth: metadata, sub ↵Takayuki Shimizukawa2014-08-021-3/+44
| | | | | | | | section number that is larger depth than `:tocdepth:` is shrinked. Closes #1251.
* | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350Takayuki Shimizukawa2014-04-301-1/+1
| |
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-4/+3
| |
* | use six privided functions/classes to support py2/py3 in one source. refs #1350Takayuki Shimizukawa2014-04-301-2/+2
| |
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-1/+2
| | | | | | | | refs #1350.
* | introduce the six module and reduce sphinx.util.pycompat implementation. ↵Takayuki Shimizukawa2014-04-291-4/+4
| | | | | | | | refs #1350.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | merge with stableGeorg Brandl2014-01-171-5/+5
|\ \ | |/
| * Closes #1285: Avoid name clashes between C domain objects and section titles.Georg Brandl2014-01-171-6/+6
| |
* | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-171-5/+0
|/
* * add a test for the parsed-literal directiveGeorg Brandl2014-01-111-1/+1
| | | | * adapt test to pygments output versus Sphinx-emulated nohighlighting output
* Closes #933: Do not crash if an ``:option:`` value is malformed (contains spacesGeorg Brandl2014-01-101-0/+2
| | | | but no option name).
* fix trailing spaceGeorg Brandl2013-12-101-1/+1
|
* Merged in RelentlessIdiot/sphinx (pull request #149)Georg Brandl2013-09-161-0/+11
|\ | | | | | | Fix #1203: Do not append space to unknown field names.
| * Fix #1203: Does not append space to unknown field names.Rob Ruana2013-06-231-0/+11
| | | | | | | | | | | | | | If an unknown field name is encountered, a space is only appended if the field arguments are not empty. Also, only the first character of the field name is upper cased, and the case of the rest of the string remains unchanged.
* | 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 #1160Takayuki Shimizukawa2013-05-021-0/+1
|
* Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. ↵Takayuki Shimizukawa2013-04-301-1/+16
| | | | Closes #1157
* 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
| | | | | | of the writers. Now it returns a versionmodified node with the versionlabel already inserted.
* fix: paragraphs in versionmodified are ignored when it has no dangling ↵Nozomu Kaneko2013-01-061-0/+5
| | | | paragraphs.
* Divide test_intl target source files for speed-up.Takayuki Shimizukawa2013-01-061-1/+0
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Avoid unusable warning in using i18n translation. Closes #1057.Takayuki Shimizukawa2012-12-161-0/+1
| | | | And there is related information at pull request #86
* 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 ↵Takayuki Shimizukawa2012-05-021-1/+1
| | | | locale.getpreferredencoding(). In sphinx test, html output encoded by 'utf-8' but reading with syste-locale-setting-encode that cause UnicodeDecodeError.
* * fix test for Windows: test failed by test-code problem depends on os.sep.Takayuki Shimizukawa2012-05-021-1/+2
|
* Closes #810: fix deprecation warnings with Python 3. What is left over is ↵Georg Brandl2012-01-291-1/+5
| | | | from nose or docutils.
* Closes #695: When the highlight language "python" is specified explicitly, ↵Georg Brandl2012-01-291-1/+1
| | | | | | do not try to parse the code to recognize non-Python snippets. Thanks to Jonas Haag for the patch.
* Merge with 1.0Georg Brandl2011-09-231-2/+2
|\
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-2/+2
| |
* | 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 ↵Georg Brandl2011-01-071-1/+9
| | | | | | | | main entries for a given key.
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | merge with 1.0Georg Brandl2011-01-041-2/+6
|\ \ | |/
| * Fix test_build_html after latest docfields fix.Georg Brandl2011-01-041-2/+6
| |
* | merge with 1.0Georg Brandl2011-01-031-0/+3
|\ \ | |/
| * Fix strange reportings of line numbers for warnings generated fromGeorg Brandl2011-01-031-0/+3
| | | | | | | | | | autodoc-included docstrings, due to different behavior depending on docutils version.
* | merge with 1.0Georg Brandl2010-08-251-0/+2
|\ \ | |/