summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #2229: no warning is given for unknown optionsTakeshi KOMIYA2016-02-231-0/+1
* Merge branch 'stable'Takeshi KOMIYA2016-02-201-1/+0
|\
| * Don't show option-role warnings in 1.3.x tooTakeshi KOMIYA2016-02-201-1/+0
| * fix testsGeorg Brandl2016-02-191-1/+0
* | Fix code-block literals raises highlighting warnings by defaultTakeshi KOMIYA2016-02-171-2/+2
* | Merge branch 'stable'Takeshi KOMIYA2016-02-151-2/+13
|\ \ | |/
| * Fix some testcase get error with pygments-2.1.1Takeshi KOMIYA2016-02-151-2/+13
* | The default highlight language is now Python 3.Georg Brandl2016-02-141-3/+3
* | Fix #1858: Support numbering custom nodesTakeshi KOMIYA2016-02-141-0/+4
* | Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig featureTakeshi KOMIYA2016-02-141-0/+28
* | Fix #2022: html_extra_path also copies dotfiles and refers exclude_patternsTakeshi KOMIYA2016-01-241-0/+13
* | Merge branch 'stable'Takeshi KOMIYA2016-01-181-2/+3
|\ \ | |/
| * Fix #1565: Show warning if Pygments throws an ErrorTokenTakeshi KOMIYA2016-01-181-1/+2
| * Fix tests are broken with pygments-2.1Takeshi KOMIYA2016-01-181-1/+1
* | Merge branch 'stable'Georg Brandl2016-01-141-16/+24
|\ \ | |/
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| * Fix line numbers was not shown on warnings of indeciesTakeshi KOMIYA2016-01-131-4/+2
| * Fix line numbers were not show on warnings of numfigsTakeshi KOMIYA2016-01-131-10/+20
| * Fix filenames were not shown on warnings of citationsTakeshi KOMIYA2016-01-131-1/+1
* | merge with stableshimizukawa2016-01-131-0/+1
|\ \ | |/
| * 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
* | Merge branch 'stable'Takeshi KOMIYA2016-01-111-4/+34
|\ \ | |/
| * 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
* | Merge with 'stable'shimizukawa2015-12-201-32/+8
|\ \ | |/
| * Fix #2185: Use with syntax to open files on testing.shimizukawa2015-12-201-32/+8
* | merge with 'stable'shimizukawa2015-12-021-0/+15
|\ \ | |/
| * Fix #2012 exception occurred if ``numfig_format`` is invalidTakeshi KOMIYA2015-11-301-0/+15
* | Merge with 'stable'shimizukawa2015-11-291-2/+6
|\ \ | |/
| * Fix #2140: footnotes in table has broken in LaTeXTakeshi KOMIYA2015-11-291-2/+6
* | Fix test_build_html.Georg Brandl2015-07-251-1/+1
|/
* 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