summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Expand)AuthorAgeFilesLines
* html builder: Append CRC32 checksum to asset URIs (#11415)Adam Turner2023-05-111-11/+24
* Remove HTML 4 support (#11385)Adam Turner2023-04-281-12/+10
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-1/+1
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-1/+1
* Include source in highlighting warnings (#11150)Jeremy Maitin-Shepard2023-03-171-1/+1
* Unescape quotation marks where possibleAdam Turner2023-02-181-1/+1
* Fix pytest style issuesAdam Turner2023-02-181-11/+7
* Fix COM812Adam Turner2023-02-181-3/+3
* Undo parallel image changesAdam Turner2023-01-101-3/+0
* Fix copying images under parallel execution (#11100)Adam Turner2023-01-071-0/+19
* Cache doctrees more efficientlyAdam Turner2023-01-041-1/+1
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Remove obsolete HTML keyword ``link rel="shortcut"`` (#11069)Rotzbua2023-01-011-1/+1
* Make copyright text inclusion test date-independentAdam Turner2023-01-011-1/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-3/+3
* Revert ``html_codeblock_linenos_style`` removal (#10922)Adam Turner2022-10-161-2/+15
* Merge branch '5.x'Adam Turner2022-10-161-0/+12
|\
| * URI-escape image filenames (#10268)Eric Wieser2022-10-131-0/+9
| * Revert "Fix detection for out of date files (#9360)" (#10908)Martin Liška2022-10-131-0/+2
| * Fix detection for out of date files (#9360)Martin Liška2022-10-051-2/+0
| * Extend cross referencing options with values (#10883)Martin Liška2022-10-021-0/+3
* | Merge branch '5.x'Adam Turner2022-09-301-0/+9
|\ \ | |/
| * extend option directive syntaxMartin Liska2022-09-271-0/+9
* | Increase minimum Docutils to 0.18Adam Turner2022-09-271-35/+1
* | Increase minimum Docutils to 0.17Adam Turner2022-09-271-13/+5
* | Merge branch '5.x'Adam Turner2022-09-251-1/+12
|\ \ | |/
| * Split out `sphinx_highlight.js`Adam Turner2022-09-241-1/+2
| * Deprecate HTML 4 support (#10843)Adam Turner2022-09-231-0/+10
* | Merge branch '5.x'Adam Turner2022-09-091-9/+1
|\ \ | |/
| * Remove Pygments compatability code (#10812)Adam Turner2022-09-091-16/+5
* | Merge branch '5.x'Adam Turner2022-07-171-6/+15
|\ \ | |/
| * Allow specifying multiple CSS files in themes (#10465)Takeshi KOMIYA2022-07-171-0/+9
| * Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-6/+6
* | Merge branch '5.x' into masterJean-François B2022-06-301-0/+25
|\ \ | |/
| * Fix parsing of options with enabled option_emphasise_placeholders (#10565)Martin Liška2022-06-191-0/+5
| * Fix usage of enable_search_shortcuts theme config value.marxin2022-06-171-0/+20
* | Merge branch '5.x'Adam Turner2022-06-161-1/+23
|\ \ | |/
| * Show the repr of the value in some warnings (#10439)Ezio Melotti2022-06-161-1/+1
| * Allow emphasising placeholders in `option` directives (#10366)Martin Liška2022-06-161-0/+22
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-19/+3
|/
* Merge branch '4.x' into 5.xTakeshi KOMIYA2022-05-061-0/+24
|\
| * Merge pull request #10251 from jbms/fix-inline-syntax-highlightTakeshi KOMIYA2022-05-061-0/+24
| |\
| | * Make code role highlighting consistent with code-block directiveJeremy Maitin-Shepard2022-03-191-0/+24
* | | `.write_text(...)` -> `.write_text(..., encoding='utf8')`Adam Turner2022-04-271-2/+2
* | | `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-29/+29
* | | Use docutils.__version_info__ directlyAdam Turner2022-04-221-1/+2
* | | Merge branch '4.x'Takeshi KOMIYA2022-03-271-2/+2
|\ \ \ | |/ /
| * | Include trailing / in PEP URL to avoid 301 redirectHugo van Kemenade2022-03-241-2/+2
* | | Merge branch '4.x'Takeshi KOMIYA2022-03-191-11/+3
|\ \ \ | |/ /
| * | environment: Update default value for pep_base_urlMichal Čihař2022-03-161-2/+2