summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
Commit message (Expand)AuthorAgeFilesLines
* test: Update testcase for docutils-0.17 (<figure> and <figcaption>)Takeshi KOMIYA2021-04-031-117/+71
* Adapt our tests to Pygments 2.8.0jfbu2021-02-141-1/+8
* Merge branch '3.x' into 8446_escape_spaces_inside_desc_signaturesTakeshi KOMIYA2021-02-011-5/+89
|\
| * Close #1638: html: Add permalink icons to glossary termsTakeshi KOMIYA2021-01-241-0/+1
| * Close #6550: html: Allow to use HTML permalink textsTakeshi KOMIYA2021-01-241-0/+20
| * Close #207: Now highlight_language supports multiple languagesTakeshi KOMIYA2021-01-111-0/+34
| * doc: Add explanation for the priority attribute of html_*_filesTakeshi KOMIYA2021-01-031-4/+4
| * Close #8634: html: Allow to change the order of JS/CSSTakeshi KOMIYA2021-01-021-0/+29
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| * Fix #8360: Update warning message for numrefTakeshi KOMIYA2020-11-231-4/+4
* | Fix #8446: html: consecutive spaces are displayed as single spaceTakeshi KOMIYA2020-11-221-4/+6
|/
* Sort imports with isortFrançois Freitag2020-11-111-2/+1
* refactor: Remove rst_epilog from test-root/conf.pyTakeshi KOMIYA2020-10-061-1/+1
* respond to review commentsRobert Cohn2020-10-011-2/+1
* add parallel to SphinxTestAppRobert Cohn2020-09-301-0/+6
* Fix our test failed with pygments-2.7.0Takeshi KOMIYA2020-09-131-1/+7
* test: Remove search link from test-rootTakeshi KOMIYA2020-07-181-1/+0
* Close #7849: html: Add html_codeblock_linenos_styleTakeshi KOMIYA2020-07-111-0/+18
* Let option directive support args in the form of foo[=bar]Luke Lau2020-06-031-0/+2
* Rename fips_safe_md5 to md5Lars Hupfeldt2020-05-051-3/+3
* Introduce fips_safe_md5, see issue #7611Lars Hupfeldt2020-05-051-4/+3
* Fix #7301: capital characters are not allowed for node_idTakeshi KOMIYA2020-03-291-9/+9
* Fix #7301: Allow . and _ for node_idTakeshi KOMIYA2020-03-221-11/+11
* C, initial rewriteJakob Lykke Andersen2020-03-151-5/+5
* Merge pull request #7142 from septatrix/html-auxiliary-pygments-styleTakeshi KOMIYA2020-03-151-0/+5
|\
| * Remove html_pygments_dark_style optionSeptatrix2020-03-141-13/+3
| * Add tests for pygments_dark_style optionsSeptatrix2020-03-141-0/+15
* | Merge pull request #6990 from tk0miya/function_signatureTakeshi KOMIYA2020-03-141-1/+2
|\ \
| * | py domain: Allow to make a style for arguments of functions and methods (refs...Takeshi KOMIYA2020-03-141-1/+2
| |/
* | c domain: Generate node_id for objects in the right wayTakeshi KOMIYA2020-03-091-5/+5
|/
* py domain: Generate node_id for objects in the right wayTakeshi KOMIYA2020-03-071-9/+9
* std domain: Generate node_id for productionlists in the right wayTakeshi KOMIYA2020-03-061-2/+2
* std domain: Generate node_id for generic objects in the right wayTakeshi KOMIYA2020-03-021-1/+1
* Stop to use Path.text()Takeshi KOMIYA2020-02-231-1/+1
* Merge branch '7144_styling_desc_by_domainname' into 3.xTakeshi KOMIYA2020-02-221-3/+3
|\
| * Close #7144: Add CSS class indicating its domain for each desc nodeTakeshi KOMIYA2020-02-161-3/+3
* | Fix #3106: domain: Register hyperlink target for index page automaticallyTakeshi KOMIYA2020-02-221-1/+8
* | Close #7032: html_scaled_image_link is disabled for individual imageTakeshi KOMIYA2020-02-181-0/+19
|/
* test: encoding="utf-8" is no longer needed on reading textTakeshi KOMIYA2020-02-011-9/+9
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-19/+19
* Fixes from reviewJakob Lykke Andersen2020-01-251-2/+2
* Implement scoping for productionlistJakob Lykke Andersen2020-01-221-2/+2
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Add IndexDomainTakeshi KOMIYA2019-12-221-1/+1
* Remove redundant type="text/javascript" from <script> elementsJon Dufresne2019-12-151-2/+2
* refactor test: check_xpath()Takeshi KOMIYA2019-12-141-10/+7
* Remove meaningless spacesTakeshi KOMIYA2019-12-141-2/+1
* Fix annotationsYves Chevallier2019-08-081-31/+54
* Merge pull request #6449 from tk0miya/6444_non_existing_urlsTakeshi KOMIYA2019-06-191-5/+5
|\
| * Fix #6444: test: replace example.com by existing pageTakeshi KOMIYA2019-06-051-5/+5