Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix tests are broken with pygments-2.1 | Takeshi KOMIYA | 2016-01-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -16/+24 | |
| |\ \ | | |/ | ||||||
| | * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix line numbers was not shown on warnings of indecies | Takeshi KOMIYA | 2016-01-13 | 1 | -4/+2 | |
| | | | ||||||
| | * | Fix line numbers were not show on warnings of numfigs | Takeshi KOMIYA | 2016-01-13 | 1 | -10/+20 | |
| | | | ||||||
| | * | Fix filenames were not shown on warnings of citations | Takeshi KOMIYA | 2016-01-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | merge with stable | shimizukawa | 2016-01-13 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Fix #2229, any-role and ``-W`` option are conflicted | Takeshi KOMIYA | 2016-01-12 | 1 | -8/+0 | |
| | | | ||||||
| | * | Fix #2229: No warning is given for unknown options | Takeshi KOMIYA | 2016-01-11 | 1 | -0/+9 | |
| | | | ||||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2016-01-11 | 1 | -4/+34 | |
| |\ \ | | |/ | ||||||
| | * | Fix #2226: Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax) | Takeshi KOMIYA | 2016-01-10 | 1 | -1/+16 | |
| | | | ||||||
| | * | Fix #2225: If the option does not begin with dash, linking is not performed | Takeshi KOMIYA | 2016-01-09 | 1 | -3/+18 | |
| | | | ||||||
| * | | Merge with 'stable' | shimizukawa | 2015-12-20 | 1 | -32/+8 | |
| |\ \ | | |/ | ||||||
| | * | Fix #2185: Use with syntax to open files on testing. | shimizukawa | 2015-12-20 | 1 | -32/+8 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'upstream/master' | Ignacio Fdez. Galván | 2015-12-13 | 1 | -3/+22 | |
|\ \ \ | |/ / | ||||||
| * | | merge with 'stable' | shimizukawa | 2015-12-02 | 1 | -0/+15 | |
| |\ \ | | |/ | ||||||
| | * | Fix #2012 exception occurred if ``numfig_format`` is invalid | Takeshi KOMIYA | 2015-11-30 | 1 | -0/+15 | |
| | | | ||||||
| * | | Merge with 'stable' | shimizukawa | 2015-11-29 | 1 | -2/+6 | |
| |\ \ | | |/ | ||||||
| | * | Fix #2140: footnotes in table has broken in LaTeX | Takeshi KOMIYA | 2015-11-29 | 1 | -2/+6 | |
| | | | ||||||
| * | | Fix test_build_html. | Georg Brandl | 2015-07-25 | 1 | -1/+1 | |
| |/ | ||||||
* | | Test for alternate stylesheets | Ignacio Fdez. Galván | 2015-03-17 | 1 | -0/+43 | |
|/ | ||||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -2/+2 | |
| | ||||||
* | Change the source parsers feature a bit: | Georg Brandl | 2015-03-08 | 1 | -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 `#` symbol | Takeshi KOMIYA | 2015-03-08 | 1 | -3/+3 | |
| | ||||||
* | refs #1658, #1750: add test and small tweak. | shimizukawa | 2015-03-03 | 1 | -1/+1 | |
| | ||||||
* | Fix generating emphasis nodes without semantic reason | Georg Brandl | 2015-02-25 | 1 | -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 label | Takeshi KOMIYA | 2015-02-22 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix again. Sections which depth are lower than :tocdepth: should not be ↵ | Takayuki Shimizukawa | 2014-12-05 | 1 | -6/+17 | |
| | | | | | | | | shown on localtoc sidebar. Closes #1251 | |||||
* | | merge with stable | Georg Brandl | 2014-11-17 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Closes #1372: use https URL for PEPs and RFCs | Georg Brandl | 2014-11-17 | 1 | -2/+2 | |
| | | ||||||
* | | Closes #1623: Return types specified with ``:rtype:`` are now turned into ↵ | Georg Brandl | 2014-11-12 | 1 | -0/+3 | |
| | | | | | | | | links if possible. | |||||
* | | Fix #1603 :numref: doesn't work correctly when label contain underscore | tk0miya | 2014-10-27 | 1 | -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 Shimizukawa | 2014-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | fix trailing space and long line | Takayuki Shimizukawa | 2014-10-09 | 1 | -1/+2 | |
| | | ||||||
* | | Merge with default | tk0miya | 2014-10-06 | 1 | -259/+277 | |
|\ \ | ||||||
| * | | test fix | Georg Brandl | 2014-10-06 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fix up default labels for figures and listings. | Georg Brandl | 2014-10-06 | 1 | -60/+60 | |
| | | | ||||||
| * | | Fix flake8 violations | tk0miya | 2014-10-06 | 1 | -169/+180 | |
| | | | ||||||
| * | | Surround fignum and caption with <span> tag | tk0miya | 2014-10-05 | 1 | -252/+259 | |
| | | | ||||||
* | | | Update testcases for :numref: | tk0miya | 2014-10-02 | 1 | -2/+31 | |
|/ / | ||||||
* | | Separate numfig testcase from toctree's | tk0miya | 2014-09-27 | 1 | -63/+92 | |
| | | ||||||
* | | Assign fignum to tables and code-blocks | tk0miya | 2014-09-27 | 1 | -1/+151 | |
| | | ||||||
* | | Add testcases for numfig | tk0miya | 2014-09-26 | 1 | -0/+220 | |
| | | ||||||
* | | workaround for testing: `\xbb` will be replaced with `/xbb` by ↵ | Takayuki Shimizukawa | 2014-09-24 | 1 | -1/+1 | |
| | | | | | | | | `replace(os.sep, '/')` process on Windows environment. | |||||
* | | remove a few unused imports | Georg Brandl | 2014-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | No need to insist on fresh builds with test_build_* | Georg Brandl | 2014-09-21 | 1 | -5/+5 | |
| | | ||||||
* | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -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 Brandl | 2014-09-20 | 1 | -2/+2 | |
| | |