summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #2229, any-role and ``-W`` option are conflictedTakeshi KOMIYA2016-01-121-8/+0
* Fix #2229: No warning is given for unknown optionsTakeshi KOMIYA2016-01-111-0/+9
* Fix #2226: Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax)Takeshi KOMIYA2016-01-101-1/+16
* Fix #2225: If the option does not begin with dash, linking is not performedTakeshi KOMIYA2016-01-091-3/+18
* Fix #2185: Use with syntax to open files on testing.shimizukawa2015-12-201-32/+8
* Fix #2012 exception occurred if ``numfig_format`` is invalidTakeshi KOMIYA2015-11-301-0/+15
* Fix #2140: footnotes in table has broken in LaTeXTakeshi KOMIYA2015-11-291-2/+6
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-2/+2
* Change the source parsers feature a bit:Georg Brandl2015-03-081-0/+3
* Role ``numref`` uses ``%s`` as special character instead `#` symbolTakeshi KOMIYA2015-03-081-3/+3
* refs #1658, #1750: add test and small tweak.shimizukawa2015-03-031-1/+1
* Fix generating emphasis nodes without semantic reasonGeorg Brandl2015-02-251-29/+29
* Closes #1718. :numref: does not work with capital letters in the labelTakeshi KOMIYA2015-02-221-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Fix again. Sections which depth are lower than :tocdepth: should not be shown...Takayuki Shimizukawa2014-12-051-6/+17
* | merge with stableGeorg Brandl2014-11-171-4/+4
|\ \ | |/
| * Closes #1372: use https URL for PEPs and RFCsGeorg Brandl2014-11-171-2/+2
* | Closes #1623: Return types specified with ``:rtype:`` are now turned into lin...Georg Brandl2014-11-121-0/+3
* | Fix #1603 :numref: doesn't work correctly when label contain underscoretk0miya2014-10-271-2/+2
* | rename `numfig_prefix` to `numfig_format`. later is better for the purpose.Takayuki Shimizukawa2014-10-101-1/+1
* | fix trailing space and long lineTakayuki Shimizukawa2014-10-091-1/+2
* | Merge with defaulttk0miya2014-10-061-259/+277
|\ \
| * | test fixGeorg Brandl2014-10-061-3/+3
| * | Fix up default labels for figures and listings.Georg Brandl2014-10-061-60/+60
| * | Fix flake8 violationstk0miya2014-10-061-169/+180
| * | Surround fignum and caption with <span> tagtk0miya2014-10-051-252/+259
* | | Update testcases for :numref:tk0miya2014-10-021-2/+31
|/ /
* | Separate numfig testcase from toctree'stk0miya2014-09-271-63/+92
* | Assign fignum to tables and code-blockstk0miya2014-09-271-1/+151
* | Add testcases for numfigtk0miya2014-09-261-0/+220
* | workaround for testing: `\xbb` will be replaced with `/xbb` by `replace(os.se...Takayuki Shimizukawa2014-09-241-1/+1
* | remove a few unused importsGeorg Brandl2014-09-211-1/+1
* | No need to insist on fresh builds with test_build_*Georg Brandl2014-09-211-5/+5
* | Complete test suite overhaul.Georg Brandl2014-09-211-84/+58
* | Test suite adapted after :option: changes.Georg Brandl2014-09-201-2/+2
* | Add tests for "any" role and default-role setting. Fix some minor bugs with "...Georg Brandl2014-09-191-0/+3
* | 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>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 sectio...Takayuki Shimizukawa2014-08-021-3/+44
* | 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. r...Takayuki Shimizukawa2014-04-291-1/+2
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-4/+4
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/