summaryrefslogtreecommitdiff
path: root/tests/roots
Commit message (Expand)AuthorAgeFilesLines
* Fix the confval type checker emits warnings if unicode is given to confvals w...Takeshi KOMIYA2016-02-231-0/+15
* ``sphinx.ext.graphviz`` supports graph substituions by localeTakeshi KOMIYA2016-02-223-0/+9
* Add figure_language_filename to customize filename pattern for figure substit...Takeshi KOMIYA2016-02-221-0/+0
* Fix #1921: Support figure substitutions by localeTakeshi KOMIYA2016-02-225-0/+160
* Select an image by similarity if multiple images are globbed by ``.. image:: ...Takeshi KOMIYA2016-02-222-0/+0
* Fix #1286, #2099: Add ``sphinx.ext.autosectionlabel`` extension to allow refe...Takeshi KOMIYA2016-02-142-0/+29
* Add testcase for PR #2311Takeshi KOMIYA2016-02-143-0/+31
* Fix #1858: Support numbering custom nodesTakeshi KOMIYA2016-02-142-0/+40
* Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig featureTakeshi KOMIYA2016-02-144-0/+83
* Merge with stableshimizukawa2016-02-093-0/+20
|\
| * Fix #2292: Some footnotes disappear from LaTeX outputTakeshi KOMIYA2016-02-083-0/+17
| * Fix #2291: pdflatex "Counter too large" error from footnotes inside tables of...Takeshi KOMIYA2016-02-071-0/+3
* | Merge pull request #2254 from xuhdev/math-alignTakeshi KOMIYA2016-02-012-0/+11
|\ \
| * | Use "align" environment to wrap math equations instead of "gather"Hong Xu2016-01-202-0/+11
* | | Fix :cpp:any: fix_paren with explicit title.Jakob Lykke Andersen2016-01-283-4/+19
* | | Add testcase for image globbingTakeshi KOMIYA2016-01-279-0/+183
* | | Fix #2022: html_extra_path also copies dotfiles and refers exclude_patternsTakeshi KOMIYA2016-01-249-0/+9
* | | Merge with 'stable'shimizukawa2016-01-242-0/+35
|\ \ \ | |/ / |/| / | |/
| * Fix #2253: ``:pyobject:`` option of ``literalinclude`` directive can't detect...shimizukawa2016-01-202-0/+35
* | Refactor the tests of math extensions.Hong Xu2016-01-183-7/+10
* | Fix #656: Add ``graphviz_dot`` option to graphviz directives to switch the ``...Takeshi KOMIYA2016-01-181-0/+5
* | Merge branch 'stable'Takeshi KOMIYA2016-01-182-0/+7
|\ \ | |/
| * Fix #2247: #2205 breaks make html for definition list with classifiers that c...Takeshi KOMIYA2016-01-182-0/+7
* | Fix broken test by 14f58e66199393a2fb4903dc807c82ca56951340Takeshi KOMIYA2016-01-171-3/+0
* | ``sphinx.ext.graphviz``: show graph image in inline by defaultTakeshi KOMIYA2016-01-172-0/+14
* | Merge pull request #2209 from tk0miya/2162_add_source_parser_APITakeshi KOMIYA2016-01-174-0/+58
|\ \
| * | Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and source_par...Takeshi KOMIYA2016-01-044-0/+58
* | | Fix broken LaTeX code is generated if unknown language is givenTakeshi KOMIYA2016-01-165-5/+8
* | | Merge branch 'stable'Takeshi KOMIYA2016-01-1138-8/+300
|\ \ \ | | |/ | |/|
| * | Fix #2062: Escape characters in doctests are treated incorrectly with Python 2shimizukawa2016-01-091-0/+11
| * | fix testing for text builder that generate _build/text/_build/text/_build/......shimizukawa2016-01-0925-0/+26
| * | Fix #2198,#2205: ``make gettext`` generate broken msgid for definition lists....shimizukawa2016-01-092-6/+6
| * | Fix broken TOC of PDFs if section includes an imageAndré Klitzing2016-01-083-0/+29
| * | Fix #2072: Footnotes in chapter-titles do not appear in PDF outputTakeshi KOMIYA2016-01-061-1/+3
| * | Fix broken testcase; Split test-toctree-maxdepth from test-tocdepthTakeshi KOMIYA2016-01-066-1/+71
| * | Fix #771: latex output doesn't set tocdepthTakeshi KOMIYA2016-01-061-0/+1
| * | Fix broken tests by 7bb685bbe97824bc2c65bf8cb1d7ac38e5f91cd4Takeshi KOMIYA2016-01-031-1/+1
| * | Fix #2201: wrong table caption for tables with over 30 rowsTakeshi KOMIYA2016-01-011-0/+86
| * | Fix #2206: Sphinx latex doc build failed if footnotes in caption of figureTakeshi KOMIYA2016-01-011-0/+6
| * | Fix #2178: Unparseable C++ cross-reference when referencing a function with :...Takeshi KOMIYA2015-12-274-0/+61
* | | Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stableshimizukawa2016-01-1014-0/+70
|\ \ \ | |/ /
| * | Fix #2189: previous sibling link has broken if previous doc is under nested t...Takeshi KOMIYA2015-12-267-0/+26
| * | Fix #2189: next sibling link has broken if the file was appeared twice or moreTakeshi KOMIYA2015-12-268-0/+41
| * | Fix #2071: Same footnote in more than two section titles => LaTeX/PDF BugTakeshi KOMIYA2015-12-251-0/+3
* | | Add sphinx.ext.githubpages to publish the docs on GitHub PagesTakeshi KOMIYA2016-01-062-0/+7
| |/ |/|
* | Add the imgmath extension, the successor of pngmath.Hong Xu2015-12-292-0/+10
* | Fix #2113: Allow ``:class:`` option to code-block directiveTakeshi KOMIYA2015-12-201-0/+21
* | Merge with 'stable'shimizukawa2015-12-204-22/+45
|\ \ | |/
| * Move testcases for footnotes to roots/test-footnoteTakeshi KOMIYA2015-12-191-0/+2
| * Fix #1237 footnotes not working in definition list in LaTeXTakeshi KOMIYA2015-12-191-0/+11