summaryrefslogtreecommitdiff
path: root/sphinx/io.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix #3558: Emit warnings if footnotes and citations are not referencedTakeshi KOMIYA2017-03-181-2/+4
|/ /
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
| |
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-1/+4
| |
* | docutils bridgeTakeshi KOMIYA2017-01-021-0/+9
| |
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-4/+26
|/
* Refactor sphinx.environment: Reimplemnt process_refonly_bullet_lists() as a ↵Takeshi KOMIYA2016-09-151-2/+4
| | | | transform
* Separate sphinx.transforms to multiple filesTakeshi KOMIYA2016-09-151-4/+6
|
* Refactor sphinx.environment: Reimplement filter_messages() as a transformTakeshi KOMIYA2016-09-151-3/+5
|
* Fix #1734: Could not translate the caption of toctree directiveTakeshi KOMIYA2016-09-011-5/+8
|
* Refactor sphinx.io.SphinxFileInputTakeshi KOMIYA2016-06-121-4/+3
|
* Fix #2633: Sphinx crashes with old styled indicesTakeshi KOMIYA2016-06-071-2/+2
|
* Fix #2445: `rst_prolog` and `rst_epilog` affect to non reST sourcesTakeshi KOMIYA2016-05-251-4/+16
|
* fix for `make style-check`shimizukawa2016-02-141-125/+125
|
* Merge with stableshimizukawa2016-02-091-4/+8
| | | | | | | Conflicts: sphinx/environment.py sphinx/ext/autodoc.py sphinx/writers/latex.py
* Fix #2287: `sphinx.transforms.Locale` always uses rst parser. Sphinx i18n ↵shimizukawa2016-02-091-0/+121
feature should support parsers that specified source_parsers.