summaryrefslogtreecommitdiff
path: root/sphinx/writers/manpage.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-2/+2
* Migrate to py3 style type annotation: sphinx.writers.manpageTakeshi KOMIYA2019-11-261-173/+88
* Fix #6331: man: invalid output when doctest follows rubricTakeshi KOMIYA2019-05-061-1/+1
* refactor: Use py3 style super()Takeshi KOMIYA2019-03-101-2/+2
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-101-0/+15
|\
| * Fix #3859: manpage: code-block captions are not displayed correctlyTakeshi KOMIYA2019-03-101-0/+15
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Reorder the arguments for translatorsTakeshi KOMIYA2018-12-171-5/+14
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-6/+6
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-3/+3
* | Use nodes.Element for visitor/departure methodsTakeshi KOMIYA2018-12-151-75/+75
* | Remove SphinxTranslator.get_settings()Takeshi KOMIYA2018-12-121-6/+5
* | Fix annotationsTakeshi KOMIYA2018-12-121-1/+1
* | refactor: special rubric for footnotesTakeshi KOMIYA2018-12-101-6/+3
* | Update type annotationsTakeshi KOMIYA2018-12-081-1/+3
* | Add SphinxTranslator as an abstract classTakeshi KOMIYA2018-12-031-17/+18
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-7/+11
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-4/+4
* | Fix annotations for writersTakeshi KOMIYA2018-11-281-1/+3
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Adjust type annotations for transforms to docutils'Takeshi KOMIYA2018-11-231-2/+2
* | Update type hints to manpage writerTakeshi KOMIYA2018-11-211-75/+75
* | Use super() to call parent class's methodJon Dufresne2018-11-111-2/+2
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
* | Merge pull request #5342 from tk0miya/drop_py2_supportTakeshi KOMIYA2018-09-051-6/+0
|\ \
| * | Drop docutils 0.11 supportTakeshi KOMIYA2018-08-301-6/+0
| |/
* | Apply NodeMatcher to SphinxTakeshi KOMIYA2018-08-261-7/+5
|/
* Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA2018-07-211-8/+0
* Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-5/+6
* Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-2/+8
* Merge branch '1.7'Takeshi KOMIYA2018-04-141-1/+1
|\
| * Fix #4817: wrong URLs on warning messagesTakeshi KOMIYA2018-04-081-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-4/+4
* | Fix mypy violationsTakeshi KOMIYA2018-02-261-1/+1
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Update type annotations for new mypyTakeshi KOMIYA2017-05-071-1/+1
* Move translators to SphinxFactoryTakeshi KOMIYA2017-04-221-3/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+1
* | Add mypy annotationsTakeshi KOMIYA2017-02-101-0/+87
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-1/+1
|\ \ | |/