summaryrefslogtreecommitdiff
path: root/sphinx/writers/manpage.py
Commit message (Expand)AuthorAgeFilesLines
* Partially revert "Disable localisation when SOURCE_DATE_EPOCH is set (#10949)...Adam Turner2023-04-211-1/+1
* Disable localisation when ``SOURCE_DATE_EPOCH`` is set (#10949)James Addison2023-04-071-1/+1
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-4/+3
* Collapse ``.startswith`` and ``.endswith`` testsAdam Turner2023-02-091-2/+1
* Remove unneeded typing importsAdam Turner2023-01-231-5/+2
* Sort imports with Ruff's conventionAdam Turner2023-01-231-2/+4
* Use PEP 595 typesAdam Turner2023-01-011-2/+2
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Deactivate (provisorily) Python12-dev testing (#11035)Jean-François B2022-12-161-1/+2
* 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-2/+2
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Merge branch '4.x' into drop-translator-specific-unknown_visit-callsTakeshi KOMIYA2021-12-241-1/+1
|\ \ | |/
| * Fix mypy violations (with mypy-0.930)Takeshi KOMIYA2021-12-241-1/+1
* | Fix flake8 warningsTakeshi KOMIYA2021-12-241-1/+1
* | drop translator-specific unknown_visit callsJames Knight2021-12-051-3/+0
|/
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-271-2/+2
* Omit NAME section if blank descriptionHarumi Kuno2021-09-051-3/+3
* skip empty descriptionHarumi Kuno2021-08-301-2/+3
* Improve docstring in sphinx.writers.manpageLouis Maddox2021-07-181-1/+1
* Fix :samp:`{var}` in manual pages.Martin Liska2021-06-161-1/+4
* Decl styling, handle desc_inline in manpage and texinfoJakob Lykke Andersen2021-04-121-0/+6
* Decl styling, update writersJakob Lykke Andersen2021-04-121-11/+23
* refactor: Use PEP-526 based variable annotation (sphinx.writers)Takeshi KOMIYA2021-03-131-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-01-161-2/+1
|\
| * refactor: Access config object from self directly in writersTakeshi KOMIYA2021-01-101-2/+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-8/+4
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-8/+4
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-10/+1
|/
* 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