summaryrefslogtreecommitdiff
path: root/sphinx/writers/html.py
Commit message (Expand)AuthorAgeFilesLines
* Remove HTML 4 support (#11385)Adam Turner2023-04-281-4/+3
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-301-846/+5
* remove blanket 'noqas'Daniel Eades2022-12-161-2/+4
* Update typing ignores for mypy 0.990Adam Turner2022-11-131-2/+2
* Revert ``html_codeblock_linenos_style`` removal (#10922)Adam Turner2022-10-161-1/+4
* Merge branch '5.x'Adam Turner2022-10-161-1/+1
|\
| * URI-escape image filenames (#10268)Eric Wieser2022-10-131-1/+1
* | Merge branch '5.x'Adam Turner2022-09-251-0/+1
|\ \ | |/
| * Deprecate HTML 4 support (#10843)Adam Turner2022-09-231-0/+1
* | Merge branch '5.x'Adam Turner2022-09-231-2/+2
|\ \ | |/
| * Shrink strict optional whitelist (HTML writers) (#10838)danieleades2022-09-201-2/+2
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-18/+1
|/
* Merge branch '4.x' into 5.xTakeshi KOMIYA2022-05-061-1/+16
|\
| * Merge pull request #10251 from jbms/fix-inline-syntax-highlightTakeshi KOMIYA2022-05-061-1/+16
| |\
| | * Make code role highlighting consistent with code-block directiveJeremy Maitin-Shepard2022-03-191-1/+16
* | | 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-02-191-6/+2
|\ \ | |/
| * Appease flake8Adam Turner2022-02-051-1/+0
| * Use `settings_default_overrides`Adam Turner2022-02-051-5/+2
* | Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9'Takeshi KOMIYA2022-02-141-1/+4
|\ \ | |/
| * Fix #10121: html: <div> tag for admonition is not closed w/ docutils-0.18Takeshi KOMIYA2022-01-261-1/+4
* | Change "Permalink to this {headline -> heading}"Pradyun Gedam2022-01-021-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-3/+0
|\ \ \ | |/ /
| * | drop translator-specific unknown_visit callsJames Knight2021-12-051-3/+0
| |/
* | refactor: Remove RemovedInSphinx50Warning (partially)Takeshi KOMIYA2021-12-171-7/+1
|/
* Fix #9710: html: Wrong styles for even/odd rows in nested tablesTakeshi KOMIYA2021-10-091-9/+29
* Fix local file download by encoding URLJohannes Aalto2021-09-241-1/+3
* Merge pull request #9225 from doerwalter/typehint-htmlTakeshi KOMIYA2021-07-111-2/+4
|\
| * Remove configuration option html_signaturereturn_icon.Walter Doerwald2021-06-141-3/+3
| * Add configuration option html_signaturereturn_icon for the arrow before a ret...Walter Doerwald2021-05-161-1/+3
| * Rename CSS classes for return type hint HTML markup.Walter Doerwald2021-05-161-2/+2
* | Provide more semantic structure for screen-readersJoe Nelson2021-06-171-1/+1
|/
* Decl styling, update writersJakob Lykke Andersen2021-04-121-0/+6
* Decl styling, move static classes to addnodes from HTML5 writerJakob Lykke Andersen2021-04-121-7/+7
* Decl styling, move desc dynamic classes to domain base classJakob Lykke Andersen2021-04-121-6/+18
* Merge pull request #9053 from tk0miya/title_node_for_toctree_captionTakeshi KOMIYA2021-04-091-1/+6
|\
| * Fix #8870: Use title node for the caption of toctreeTakeshi KOMIYA2021-04-091-1/+6
* | refactor: Use PEP-526 based variable annotation (sphinx.writers)Takeshi KOMIYA2021-03-131-3/+3
* | Merge branch '3.x' into master_with_merged_3.xjfbu2021-02-021-0/+2
|\ \ | |/
| * Merge branch '3.x' into 8446_escape_spaces_inside_desc_signaturesTakeshi KOMIYA2021-02-011-19/+21
| |\