summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Expand)AuthorAgeFilesLines
* Split out `sphinx_highlight.js`Adam Turner2022-09-241-1/+2
* Deprecate HTML 4 support (#10843)Adam Turner2022-09-231-0/+10
* Remove Pygments compatability code (#10812)Adam Turner2022-09-091-16/+5
* Allow specifying multiple CSS files in themes (#10465)Takeshi KOMIYA2022-07-171-0/+9
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-6/+6
* 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
* 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
* 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
| * | 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-10/+55
|\ \ | |/
| * test: Follow the new HTML structure of docutils-0.18Takeshi KOMIYA2022-01-131-10/+55
* | Merge branch '4.x'Takeshi KOMIYA2022-01-161-1/+1
|\ \ | |/
| * use 'callable' to check if object is callable (B004)Daniel Eades2022-01-101-1/+1
* | Change "Permalink to this {headline -> heading}"Pradyun Gedam2022-01-021-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
* | Close #10013: html: Allow to change the loading method of JavaScriptTakeshi KOMIYA2021-12-251-0/+14
|/
* Update RFC base urlMatt Ficke2021-11-161-2/+2
* Replace distutils.versions.LooseVersion by packaging.version.VersionTakeshi KOMIYA2021-11-071-5/+6
* Add test for encoding local file links with special charactersJohannes Aalto2021-09-241-0/+6
* Fix handling of local paths in html_logo/html_favicon directorives in conf.pySimon Hausmann2021-07-131-0/+9
* Merge pull request #9225 from doerwalter/typehint-htmlTakeshi KOMIYA2021-07-111-0/+8
|\
| * Remove configuration option html_signaturereturn_icon.Walter Doerwald2021-06-141-10/+1
| * Add tests for html_signaturereturn_icon.Walter Doerwald2021-05-221-0/+17
* | Add unit test for remote logo and fav iconSimon Hausmann2021-06-281-0/+10
|/
* Decl styling, fix html testJakob Lykke Andersen2021-04-121-4/+4
* Fix CI: NameError for missing docutils variable in test_build_htmlTakeshi KOMIYA2021-04-041-1/+1
* Merge branch '3.x'Takeshi KOMIYA2021-04-041-117/+71
|\
| * test: Update testcase for docutils-0.17 (<figure> and <figcaption>)Takeshi KOMIYA2021-04-031-117/+71
* | Merge branch '3.x'Takeshi KOMIYA2021-02-171-1/+8
|\ \ | |/
| * Adapt our tests to Pygments 2.8.0jfbu2021-02-141-1/+8
* | Merge branch '3.x' into master_with_merged_3.xjfbu2021-02-021-4/+6
|\ \ | |/
| * Merge branch '3.x' into 8446_escape_spaces_inside_desc_signaturesTakeshi KOMIYA2021-02-011-5/+89
| |\
| * | Fix #8446: html: consecutive spaces are displayed as single spaceTakeshi KOMIYA2020-11-221-4/+6
* | | Merge branch '3.x'Takeshi KOMIYA2021-01-281-0/+1
|\ \ \ | | |/ | |/|