summaryrefslogtreecommitdiff
path: root/sphinx/builders/manpage.py
Commit message (Expand)AuthorAgeFilesLines
* Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-031-1/+2
* Run pyupgrade (#11070)Adam Turner2023-01-021-3/+3
* Use PEP 604 typesAdam Turner2023-01-011-3/+3
* Use PEP 595 typesAdam Turner2023-01-011-6/+6
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Improve static typing strictness (#10569)danieleades2022-07-181-5/+5
* Catch `DeprecationWarning` for `docutils.frontend.OptionParser`Adam Turner2022-04-221-4/+9
* Fix #10269: manpage: Failed to resolve the title of :ref: cross referencesTakeshi KOMIYA2022-03-271-4/+1
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-1/+1
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix #9217: manpage: Dirname of man_make_section_directory is wrongTakeshi KOMIYA2021-05-171-2/+3
* manpage: Stop creating a section directory on build manpage by defaultTakeshi KOMIYA2021-05-151-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-131-4/+4
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-4/+2
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-4/+2
* | Close #7996: manpage: Make a section directory on build manpage by defaultTakeshi KOMIYA2020-10-281-1/+1
|/
* Close #7996: manpage: Add man_make_section_directory7996_man_make_section_directoryTakeshi KOMIYA2020-10-031-2/+8
* Add "typ" to NoUriTakeshi KOMIYA2020-01-011-1/+1
* More NoUri details.Julien Palard2020-01-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* Migrate to py3 style type annotation: sphinx.builders.manpageTakeshi KOMIYA2019-06-101-20/+10
* refactor: move NoUri to sphinx.errorsTakeshi KOMIYA2019-03-021-1/+1
* manpage: refactor with progress_message()Takeshi KOMIYA2019-02-111-4/+3
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-7/+6
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-6/+6
* | quickstart: Simplify generated conf.py (for manpage)Takeshi KOMIYA2018-12-021-6/+12
* | Fix annotations for buildersTakeshi KOMIYA2018-11-291-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Replace six.string_types with native strJon Dufresne2018-11-211-2/+1
|/
* Merge branch '1.7' into 1.8Takeshi KOMIYA2018-08-251-0/+4
|\
| * Fix #5326: manpage: crashed when invalid docname is specified as ``man_pages``Takeshi KOMIYA2018-08-221-0/+5
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-4/+5
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-4/+3
* builders: Add 'Builder.epilog' optionStephen Finucane2018-01-111-0/+2
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1