summaryrefslogtreecommitdiff
path: root/sphinx/builders/html/transforms.py
Commit message (Expand)AuthorAgeFilesLines
* Address SIM103 lints (#11052)danieleades2023-01-021-4/+1
* Use PEP 595 typesAdam Turner2023-01-011-3/+3
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Fix lookup table for multi-word key names (``kbd`` role) (#10962)textshell2022-12-301-4/+4
* Review commentsAdam Turner2022-06-011-2/+1
* Remove temp variableAdam Turner2022-06-011-1/+0
* Add annotationAdam Turner2022-06-011-1/+1
* Fix `findall` usage in KeyboardTransformAdam Turner2022-06-011-1/+5
* 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
* Close #9961: html: Support nested <kbd> HTML elements in other HTML buildersTakeshi KOMIYA2021-12-191-1/+1
* Fix #8714: html: kbd role with "Caps Lock" rendered incorrectlyTakeshi KOMIYA2021-01-221-3/+24
* Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge pull request #8620 from tk0miya/8619_compound_kbdTakeshi KOMIYA2020-12-311-1/+2
|\ \
| * | Close #8619: html: kbd role generates customizable HTML tags for compound keysTakeshi KOMIYA2020-12-301-1/+2
| |/
* | Fix #8618: html: incorrect HTML for single compound-kdb separatorsTakeshi KOMIYA2020-12-301-1/+1
|/
* Close #7530: html: Support nested <kbd> elementsTakeshi KOMIYA2020-05-021-0/+69