summaryrefslogtreecommitdiff
path: root/sphinx/builders/html
Commit message (Expand)AuthorAgeFilesLines
* html builder: Append CRC32 checksum to asset URIs (#11415)Adam Turner2023-05-111-8/+33
* Remove HTML 4 support (#11385)Adam Turner2023-04-281-13/+9
* Remove ``HTMLTranslator`` and ``html5_ready`` from ``sphinx.builders.html`` (...Adam Turner2023-04-281-18/+0
* Remove deprecated ``style`` key for HTML templates (#11381)Adam Turner2023-04-281-1/+0
* 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
* Add missing quotes in html 4 deprecation textRafael Fontenelle2023-03-211-1/+1
* Remove useless compatability importsAdam Turner2023-03-171-7/+0
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-1/+1
* Unescape quotation marks where possibleAdam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-181-6/+6
* Restore correct parallel search index building (#11192)Jeremy Maitin-Shepard2023-02-151-4/+3
* Resolve Ruff SIM114 violationsAdam Turner2023-02-151-4/+4
* Merge branch '6.1.x'Adam Turner2023-01-101-10/+9
|\
| * Undo parallel image changesAdam Turner2023-01-101-10/+9
* | Replace deprecation tooling with module level ``__getattr__`` (#11054)Adam Turner2023-01-081-11/+18
|/
* Fix copying images under parallel execution (#11100)Adam Turner2023-01-071-4/+7
* Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-031-1/+2
* Move tasks into parallel writingAdam Turner2023-01-021-9/+8
* Address SIM103 lints (#11052)danieleades2023-01-021-4/+1
* Run pyupgrade (#11070)Adam Turner2023-01-021-9/+9
* Use PEP 604 typesAdam Turner2023-01-011-4/+4
* Use PEP 595 typesAdam Turner2023-01-012-29/+29
* Insert ``from __future__ import annotations``Adam Turner2023-01-012-0/+4
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-301-3/+8
* Fix lookup table for multi-word key names (``kbd`` role) (#10962)textshell2022-12-301-4/+4
* Adopt the Ruff code linting toolAdam Turner2022-12-291-1/+1
* remove blanket 'noqas'Daniel Eades2022-12-161-6/+10
* Revert ``html_codeblock_linenos_style`` removal (#10922)Adam Turner2022-10-161-1/+3
* Merge branch '5.x'Adam Turner2022-09-251-1/+12
|\
| * Split out `sphinx_highlight.js`Adam Turner2022-09-241-0/+1
| * Deprecate HTML 4 support (#10843)Adam Turner2022-09-231-1/+12
* | Merge branch '5.x'Adam Turner2022-09-091-1/+1
|\ \ | |/
| * Fix some static typing errors (#10745)danieleades2022-08-141-1/+1
* | Merge branch '5.x'Jean-François B2022-08-061-1/+1
|\ \ | |/
| * set up mypy for incremental adoption of 'strict optional'daniel.eades2022-07-261-1/+1
* | Merge branch '5.x'Adam Turner2022-07-241-3/+2
|\ \ | |/
| * Update include_patterns implementation (#10680)Adam Turner2022-07-231-3/+2
* | Merge branch '5.x'Adam Turner2022-07-181-1/+1
|\ \ | |/
| * Improve static typing strictness (#10569)danieleades2022-07-181-1/+1
* | Merge branch '5.x'Adam Turner2022-07-171-10/+18
|\ \ | |/
| * Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-171-2/+3
| * Allow specifying multiple CSS files in themes (#10465)Takeshi KOMIYA2022-07-171-8/+15
* | Merge branch '5.x'Takeshi KOMIYA2022-07-031-2/+5
|\ \ | |/
| * Use `get_settings()` from Docutils 0.19 (#10624)Adam Turner2022-07-021-2/+5
* | Remove more deprecated items in Sphinx 6.0 (#10562)Adam Turner2022-06-261-12/+8
* | Merge branch '5.x'Adam Turner2022-06-161-3/+15
|\ \ | |/
| * Increase static typing strictness (#10530)Adam Turner2022-06-161-3/+15
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-36/+1
|/
* Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-06-171-0/+1
|\