Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix our test failed with pygments-2.7.0 | Takeshi KOMIYA | 2020-09-13 | 1 | -1/+7 |
| | | | | | Since pygments-2.7.0, it has changed the style of output HTML. That makes our test broken. This fixes it to pass with new pygments. | ||||
* | test: Remove search link from test-root | Takeshi KOMIYA | 2020-07-18 | 1 | -1/+0 |
| | | | | To make EPUB output valid, remove a search link from test-root. | ||||
* | Close #7849: html: Add html_codeblock_linenos_style | Takeshi KOMIYA | 2020-07-11 | 1 | -0/+18 |
| | |||||
* | Let option directive support args in the form of foo[=bar] | Luke Lau | 2020-06-03 | 1 | -0/+2 |
| | | | | | | | This slightly tweaks the regex so that command line flags of the form foo[=N] are properly split up. This is useful for any programs that can take `--foo` as a flag on its own as well as with an extra argument `--foo=12`. | ||||
* | Rename fips_safe_md5 to md5 | Lars Hupfeldt | 2020-05-05 | 1 | -3/+3 |
| | |||||
* | Introduce fips_safe_md5, see issue #7611 | Lars Hupfeldt | 2020-05-05 | 1 | -4/+3 |
| | |||||
* | Fix #7301: capital characters are not allowed for node_id | Takeshi KOMIYA | 2020-03-29 | 1 | -9/+9 |
| | |||||
* | Fix #7301: Allow . and _ for node_id | Takeshi KOMIYA | 2020-03-22 | 1 | -11/+11 |
| | | | | | | | | | | | | In development of 3.0, Sphinx starts to obey to the rule of "Identifier Normalization" of docutils. This extends it to allow dots(".") and underscores("_") for node identifier. It allows Sphinx to generate node identifier from source string as possible as it is (bacause dots and underscores are usually used in many programming langauges). This change will keep not to break hyperlinks as possible. | ||||
* | C, initial rewrite | Jakob Lykke Andersen | 2020-03-15 | 1 | -5/+5 |
| | |||||
* | Merge pull request #7142 from septatrix/html-auxiliary-pygments-style | Takeshi KOMIYA | 2020-03-15 | 1 | -0/+5 |
|\ | | | | | Add option for auxiliary pygments styles | ||||
| * | Remove html_pygments_dark_style option | Septatrix | 2020-03-14 | 1 | -13/+3 |
| | | |||||
| * | Add tests for pygments_dark_style options | Septatrix | 2020-03-14 | 1 | -0/+15 |
| | | |||||
* | | Merge pull request #6990 from tk0miya/function_signature | Takeshi KOMIYA | 2020-03-14 | 1 | -1/+2 |
|\ \ | | | | | | | py domain: Allow to make a style for arguments of functions and methods | ||||
| * | | py domain: Allow to make a style for arguments of functions and methods ↵ | Takeshi KOMIYA | 2020-03-14 | 1 | -1/+2 |
| |/ | | | | | | | (refs: #6417) | ||||
* | | c domain: Generate node_id for objects in the right way | Takeshi KOMIYA | 2020-03-09 | 1 | -5/+5 |
|/ | |||||
* | py domain: Generate node_id for objects in the right way | Takeshi KOMIYA | 2020-03-07 | 1 | -9/+9 |
| | |||||
* | std domain: Generate node_id for productionlists in the right way | Takeshi KOMIYA | 2020-03-06 | 1 | -2/+2 |
| | |||||
* | std domain: Generate node_id for generic objects in the right way | Takeshi KOMIYA | 2020-03-02 | 1 | -1/+1 |
| | |||||
* | Stop to use Path.text() | Takeshi KOMIYA | 2020-02-23 | 1 | -1/+1 |
| | |||||
* | Merge branch '7144_styling_desc_by_domainname' into 3.x | Takeshi KOMIYA | 2020-02-22 | 1 | -3/+3 |
|\ | |||||
| * | Close #7144: Add CSS class indicating its domain for each desc node | Takeshi KOMIYA | 2020-02-16 | 1 | -3/+3 |
| | | |||||
* | | Fix #3106: domain: Register hyperlink target for index page automatically | Takeshi KOMIYA | 2020-02-22 | 1 | -1/+8 |
| | | |||||
* | | Close #7032: html_scaled_image_link is disabled for individual image | Takeshi KOMIYA | 2020-02-18 | 1 | -0/+19 |
|/ | |||||
* | test: encoding="utf-8" is no longer needed on reading text | Takeshi KOMIYA | 2020-02-01 | 1 | -9/+9 |
| | |||||
* | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -19/+19 |
| | |||||
* | Fixes from review | Jakob Lykke Andersen | 2020-01-25 | 1 | -2/+2 |
| | |||||
* | Implement scoping for productionlist | Jakob Lykke Andersen | 2020-01-22 | 1 | -2/+2 |
| | | | | Fixes sphinx-doc/sphinx#3077 | ||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Add IndexDomain | Takeshi KOMIYA | 2019-12-22 | 1 | -1/+1 |
| | |||||
* | Remove redundant type="text/javascript" from <script> elements | Jon Dufresne | 2019-12-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | In HTML5, <script> elements default to MIME type text/javascript. The HTML5 living standard and MDN recommend against including the attribute. From https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attr-type > The HTML5 specification urges authors to omit the attribute rather > than provide a redundant MIME type. From https://html.spec.whatwg.org/#the-script-element > Authors should omit the type attribute instead of redundantly setting > it. | ||||
* | refactor test: check_xpath() | Takeshi KOMIYA | 2019-12-14 | 1 | -10/+7 |
| | |||||
* | Remove meaningless spaces | Takeshi KOMIYA | 2019-12-14 | 1 | -2/+1 |
| | |||||
* | Fix annotations | Yves Chevallier | 2019-08-08 | 1 | -31/+54 |
| | |||||
* | Merge pull request #6449 from tk0miya/6444_non_existing_urls | Takeshi KOMIYA | 2019-06-19 | 1 | -5/+5 |
|\ | | | | | Fix #6444: test: replace example.com by existing page | ||||
| * | Fix #6444: test: replace example.com by existing page | Takeshi KOMIYA | 2019-06-05 | 1 | -5/+5 |
| | | |||||
* | | Close #1464: html: warn html_static_path is inside outdir | Takeshi KOMIYA | 2019-06-18 | 1 | -0/+27 |
|/ | |||||
* | Test that downloads with the same filename are still handled correctly | Dmitry Shachnev | 2019-06-03 | 1 | -0/+7 |
| | |||||
* | Make generated download links reproducible | Dmitry Shachnev | 2019-06-03 | 1 | -1/+1 |
| | | | | | | Without this change the hexdigest generated in DownloadFiles.add_file() depends on source_dir, while just the path fragment relative to it is sufficient. | ||||
* | Add a label to search input for accessability purposes. | Omer Katz | 2019-05-12 | 1 | -3/+3 |
| | |||||
* | Fix #4550: html: Centering tables by default using CSS | Takeshi KOMIYA | 2019-05-06 | 1 | -57/+57 |
| | |||||
* | Fix AssertionError is raised for custom citation_reference node (refs: #6147) | Takeshi KOMIYA | 2019-03-09 | 1 | -2/+2 |
| | | | | | AssertionError is raised when custom ``citation_reference`` node having classes attribute refers missing citation (refs: #6147) | ||||
* | Fix #6096: html: Anchor links are not added to figures | Takeshi KOMIYA | 2019-02-24 | 1 | -0/+9 |
| | |||||
* | HTML builder outputs HTML5 by default | Takeshi KOMIYA | 2019-02-11 | 1 | -137/+187 |
| | |||||
* | Close #4550: All tables and figures without ``align`` option are displayed ↵ | Takeshi KOMIYA | 2019-02-08 | 1 | -60/+60 |
| | | | | to center | ||||
* | Merge pull request #5985 from tk0miya/refactor_test_build_html | Takeshi KOMIYA | 2019-02-04 | 1 | -6/+2 |
|\ | | | | | refactor: test_build_html.py | ||||
| * | refactor: test_build_html.py | Takeshi KOMIYA | 2019-01-26 | 1 | -6/+2 |
| | | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-02-03 | 1 | -0/+9 |
|\ \ | |/ |/| | |||||
| * | Separate testcase for html_style to single case from root | Takeshi KOMIYA | 2019-02-03 | 1 | -0/+9 |
| | | |||||
* | | Separate jsmath to sphinxcontrib package | Takeshi KOMIYA | 2019-01-13 | 1 | -3/+3 |
| | | |||||
* | | encoding keyword for path.text() and path.write_text() is no longer needed | Takeshi KOMIYA | 2019-01-03 | 1 | -2/+2 |
| | |