summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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 remote-tracking branch 'upstream/master'Ignacio Fdez. Galván2015-12-131-3/+22
|\ \ \ | |/ /
| * | 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
| |/
* | Test for alternate stylesheetsIgnacio Fdez. Galván2015-03-171-0/+43
|/
* 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
| | | | | | | * parsers -> source_parsers * add docs * require fully qualified name or class * add test for it
* 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
| | | | | Roles ``ref``, ``term`` and ``menusel`` now don't generate :durole:`emphasis` nodes anymore. If you want to keep italic style, adapt your stylesheet.
* 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 ↵Takayuki Shimizukawa2014-12-051-6/+17
| | | | | | | | shown on localtoc sidebar. Closes #1251
* | 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 ↵Georg Brandl2014-11-121-0/+3
| | | | | | | | links if possible.
* | Fix #1603 :numref: doesn't work correctly when label contain underscoretk0miya2014-10-271-2/+2
| | | | | | | | | | | | If label contains underscore, the underscores are replaced with hyphens on normalization. :numref: confuses the normalization with explicit notation. This fix uses `target` variable insted of labelid to check the role is explicit or not.
* | 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 ↵Takayuki Shimizukawa2014-09-241-1/+1
| | | | | | | | `replace(os.sep, '/')` process on Windows environment.
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* | Test suite adapted after :option: changes.Georg Brandl2014-09-201-2/+2
| |