summaryrefslogtreecommitdiff
path: root/sphinx/io.py
Commit message (Expand)AuthorAgeFilesLines
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-2/+2
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2
* Fix #6351: "Hyperlink target is not referenced" message is shown even if refe...Takeshi KOMIYA2019-05-121-1/+10
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-1/+1
* refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA2019-03-171-20/+13
* refactor CitationReferences transformTakeshi KOMIYA2019-03-091-3/+3
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-3/+2
* Close #4550: All tables and figures without ``align`` option are displayed to...Takeshi KOMIYA2019-02-081-2/+2
* Publisher requires destination parameter.shimizukawa2019-01-131-1/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Deprecate SphinxFileInput.supportedTakeshi KOMIYA2018-12-171-1/+1
* | Deprecate SphinxBaseFileInputTakeshi KOMIYA2018-12-171-7/+3
* | refactor: Use simple Input classTakeshi KOMIYA2018-12-171-23/+28
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Move `source-read` event to SphinxStandaloneReaderTakeshi KOMIYA2018-12-161-15/+23
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-7/+7
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-7/+6
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-3/+3
* | Remove SphinxBaseFileInput.decode() because it is not used in py3Takeshi KOMIYA2018-12-071-7/+0
* | Skip meaningless publisher.set_components() callTakeshi KOMIYA2018-12-071-1/+0
* | Merge pull request #5729 from tk0miya/refactor_ioTakeshi KOMIYA2018-12-071-16/+10
|\ \
| * | Add UnicodeDecodeErrorHandler as a error_handler for open()Takeshi KOMIYA2018-12-071-16/+10
* | | deprecate SphinxRSTFileInputTakeshi KOMIYA2018-12-051-1/+3
* | | Add prepend_prolog() and append_epilog()Takeshi KOMIYA2018-12-051-7/+3
|/ /
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-4/+4
* | Merge pull request #5671 from tk0miya/refactor_ReaderTakeshi KOMIYA2018-11-281-3/+4
|\ \
| * | Fix SphinxBaseReader.get_transform() refers an attribute of subclassesTakeshi KOMIYA2018-11-251-3/+4
* | | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/ /
* | Use super() to call parent class's methodJon Dufresne2018-11-111-3/+3
* | Fix typehints: sphinx.ioTakeshi KOMIYA2018-11-051-4/+4
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-2/+2
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-2/+2
* | Remove use of six.iteritems()Jon Dufresne2018-09-111-2/+2
|/
* Fix i18n: warnings for translation catalogs have wrong line numbersTakeshi KOMIYA2018-08-221-17/+11
* Merge branch '1.7'Takeshi KOMIYA2018-06-091-0/+8
|\
| * Fix #5016: crashed when recommonmark.AutoStrictify is enabledTakeshi KOMIYA2018-06-071-0/+8
* | Fix flake8 violationTakeshi KOMIYA2018-04-211-1/+2
* | Merge branch 'master' into 4827_remove_substitution_defs_from_doctreeTakeshi KOMIYA2018-04-211-3/+4
|\ \
| * | Change priority of versioning doctreesTakeshi KOMIYA2018-04-211-1/+2
| * | Change priority of doctree-read eventTakeshi KOMIYA2018-04-161-2/+2
| * | Change priority of sphinx-domainsTakeshi KOMIYA2018-04-151-1/+3
* | | Remove substitution_definition nodes from doctree on reading phase (refs: #4827)Takeshi KOMIYA2018-04-151-2/+5
|/ /
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+3
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-03-141-1/+1
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-1/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-3/+3
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-02-141-1/+1
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2