summaryrefslogtreecommitdiff
path: root/sphinx/parsers.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate sphinx.parsers.Parser.appTakeshi KOMIYA2020-02-151-1/+10
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.parsersTakeshi KOMIYA2019-12-251-14/+10
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge branch '1.8'jfbu2018-12-281-1/+1
|\ \ | |/
| * Fix various spelling typosjfbu2018-12-271-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-1/+1
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-2/+1
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-1/+1
* | Process prolog and epilog on RSTParser (instead Input component)Takeshi KOMIYA2018-12-051-19/+31
* | refactor: RSTParser should inherit sphinx.parsers.ParserTakeshi KOMIYA2018-12-051-1/+1
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-2/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-2/+0
|/
* Update docs for sphinx.parsers.ParserTakeshi KOMIYA2018-06-081-0/+3
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* | Change interface of add_source_parser() and add add_source_suffix()Takeshi KOMIYA2018-02-211-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+3
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* | Integrate source_suffix and source_parsers (refs: #4474)Takeshi KOMIYA2018-01-251-1/+1
|/
* Merge branch 'stable'Takeshi KOMIYA2018-01-071-4/+3
|\
| * Move SphinxSmartQuotes transform to SphinxStandaloneReaderjfbu2018-01-051-4/+3
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Update docstringsTakeshi KOMIYA2017-12-141-3/+3
* | Fix mypy violationTakeshi KOMIYA2017-12-141-0/+1
* | Add test_io.pyTakeshi KOMIYA2017-12-121-0/+22
|/
* Fix mypy violationTakeshi KOMIYA2017-05-281-1/+1
* Add Sphinx own parser (refs: #3816)Takeshi KOMIYA2017-05-281-0/+29
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+5
|/
* Update docs about sphinx.parsers.Parser classTakeshi KOMIYA2016-01-171-1/+16
* Add sphinx.parsers.Parser class; a base class for new parsersTakeshi KOMIYA2016-01-171-0/+29