summaryrefslogtreecommitdiff
path: root/sphinx/writers/texinfo.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+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
* | Merge branch '4.x'Takeshi KOMIYA2022-01-171-5/+5
|\ \ | |/
| * Update sphinx/writers/texinfo.pydanieleades2022-01-141-1/+1
| * address some unused loop control variables (B007)Daniel Eades2022-01-121-5/+5
* | Merge branch '4.x'Takeshi KOMIYA2022-01-031-2/+2
|\ \ | |/
| * Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-2/+2
* | Merge branch '4.x'Takeshi KOMIYA2022-01-011-1/+1
|\ \ | |/
| * 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'Takeshi KOMIYA2022-01-011-4/+0
|\ \ \ | |/ /
| * | Merge branch '4.x' into drop-translator-specific-unknown_visit-callsTakeshi KOMIYA2021-12-241-5/+21
| |\ \ | | |/
| * | drop translator-specific unknown_visit callsJames Knight2021-12-051-4/+0
* | | Fix #9962: texinfo: Do not use @definfoenclose to empasize stringTakeshi KOMIYA2021-12-191-7/+9
* | | refactor: Remove RemovedInSphinx50Warning (partially)Takeshi KOMIYA2021-12-171-12/+2
| |/ |/|
* | refactor: texinfo: Remove CR char from outputTakeshi KOMIYA2021-12-111-4/+2
* | Merge branch '4.x' into fix-footnote-in-infoTakeshi KOMIYA2021-12-111-4/+16
|\ \
| * \ Merge branch '4.x' into texinfo-add-texinfo_emit_document_referencesTakeshi KOMIYA2021-12-111-1/+10
| |\ \
| | * | texinfo: improve variable in :samp: directivesMartin Liska2021-11-081-1/+10
| | |/
| * | texinfo: simplify reference emission.Martin Liska2021-11-121-3/+6
| |/
* | texinfo: fix emission of @footnote directives.Martin Liska2021-07-121-3/+9
|/
* Decl styling, handle desc_inline in manpage and texinfoJakob Lykke Andersen2021-04-121-6/+22
* refactor: Use PEP-526 based variable annotation (sphinx.writers)Takeshi KOMIYA2021-03-131-30/+24
* Merge branch '3.x'Takeshi KOMIYA2021-01-221-4/+3
|\
| * refactor: Remove meaningless variable: attrsTakeshi KOMIYA2021-01-161-4/+3
* | Merge branch '3.x'Takeshi KOMIYA2021-01-161-11/+10
|\ \ | |/
| * refactor: Access config object from self directly in writersTakeshi KOMIYA2021-01-101-11/+10
* | 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/+4
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-4/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-11-021-0/+9
|\ \ | |/
| * Merge branch '3.x' into 8183Takeshi KOMIYA2020-11-011-5/+5
| |\
| * | Don't remove substitution_reference nodes (fix #7953)Brecht Machiels2020-09-081-0/+9
* | | Merge branch '3.x'Takeshi KOMIYA2020-10-241-1/+1
|\ \ \ | | |/ | |/|
| * | Correct a typo in texinfo.pyFelix Yan2020-10-181-1/+1
* | | Merge branch '3.x'Takeshi KOMIYA2020-08-141-4/+4
|\ \ \ | |/ /
| * | Use node as locationYves Chevallier2020-08-121-4/+4
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-08-011-8/+24
|\ \ | |/
| * Fix #7993: texinfo: a warning not supporting desc_signature_line node is shownTakeshi KOMIYA2020-07-251-0/+6
| * Fix #7993: texinfo: TypeError is raised for nested object descriptionsTakeshi KOMIYA2020-07-251-8/+18
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-2/+2
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-3/+2
|/
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-2/+4
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1