Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Decl styling, move static classes to addnodes from HTML5 writer | Jakob Lykke Andersen | 2021-04-12 | 1 | -2/+2 | |
| | ||||||
* | Decl styling, move desc dynamic classes to domain base class | Jakob Lykke Andersen | 2021-04-12 | 1 | -6/+8 | |
| | ||||||
* | Decl styling, docs and restructuring | Jakob Lykke Andersen | 2021-04-12 | 1 | -6/+16 | |
| | ||||||
* | Merge pull request #9053 from tk0miya/title_node_for_toctree_caption | Takeshi KOMIYA | 2021-04-09 | 1 | -1/+6 | |
|\ | | | | | Fix #8870: Use title node for the caption of toctree | |||||
| * | Fix #8870: Use title node for the caption of toctree | Takeshi KOMIYA | 2021-04-09 | 1 | -1/+6 | |
| | | | | | | | | | | Since docutils-0.17, the caption node should not use for the non-figure nodes. Therefore, this replaces it by the title node. | |||||
* | | refactor: Use PEP-526 based variable annotation (sphinx.writers) | Takeshi KOMIYA | 2021-03-13 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch '3.x' into master_with_merged_3.x | jfbu | 2021-02-02 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | Merge branch '3.x' into 8446_escape_spaces_inside_desc_signatures | Takeshi KOMIYA | 2021-02-01 | 1 | -20/+22 | |
| |\ | ||||||
| * | | Fix #8446: html: consecutive spaces are displayed as single space | Takeshi KOMIYA | 2020-11-22 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | In HTML, consecutive spaces are considered as single space by HTML browsers. To represent them as is, we have to escape them on rendering them into HTML. This starts to escape the whole of desc_signature node. | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-28 | 1 | -0/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Close #1638: html: Add permalink icons to glossary terms | Takeshi KOMIYA | 2021-01-24 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-24 | 1 | -11/+13 | |
|\ \ \ | |/ / | ||||||
| * | | Close #6550: html: Allow to use HTML permalink texts | Takeshi KOMIYA | 2021-01-24 | 1 | -11/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new configuration variables: `html_permalinks` and `html_permalinks_icon`. This refines the settings around HTML permalinks. * html_add_permalinks * Deprecated. * html_permalinks * Enable or disable permalinks feature. * html_permalinks_icon * Change the icon for permalinks | |||||
* | | | Merge pull request #8690 from tk0miya/4550_align_default | Takeshi KOMIYA | 2021-01-18 | 1 | -2/+11 | |
|\ \ \ | | | | | | | | | Fix #4550: The align attribute of figure nodes becomes None by default | |||||
| * | | | Fix #4550: The align attribute of figure nodes becomes None by default | Takeshi KOMIYA | 2021-01-16 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | To keep compatibility with the standard doctree model of docutils, this stops to use 'default' value as a default value of the align attribute for figure and table nodes. | |||||
* | | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-16 | 1 | -8/+4 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Close #207: Now highlight_language supports multiple languages | Takeshi KOMIYA | 2021-01-11 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | This changes the structure of `highlight_options` to a dictionary that maps language names to option dictionary. It allows to setting pygments options for multiple languages at once. | |||||
| * | | Fix #8671: highlight_options is not working | Takeshi KOMIYA | 2021-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Sadly HTML and LaTeX writers compares the highlight languages using `is` operator. As a result, it has not worked even if languages are same. This replaces the comparison operator by `==`. | |||||
| * | | refactor: Access config object from self directly in writers | Takeshi KOMIYA | 2021-01-10 | 1 | -5/+5 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -3/+2 | |
|\ \ | |/ | ||||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-14 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Use node as location | Yves Chevallier | 2020-08-12 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-11 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Close #7849: html: Add html_codeblock_linenos_style | Takeshi KOMIYA | 2020-07-11 | 1 | -0/+3 | |
| | | ||||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -10/+3 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-06 | 1 | -1/+4 | |
|\ \ | |/ | ||||||
| * | Fix html: a width of table was ignored on HTML builder (ref: #6564) | Takeshi KOMIYA | 2020-03-29 | 1 | -1/+4 | |
| | | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-23 | 1 | -3/+16 | |
|\ \ | |/ | ||||||
| * | Fix #7357: html: Resizing SVG image fails with ValueError | Takeshi KOMIYA | 2020-03-22 | 1 | -3/+16 | |
| | | ||||||
| * | Merge branch 'drop_desc_signature_first' into 3.x | Takeshi KOMIYA | 2020-02-22 | 1 | -4/+0 | |
| |\ | ||||||
* | | | Hello TYPE_CHECKING! | Takeshi KOMIYA | 2020-03-07 | 1 | -3/+2 | |
| | | | ||||||
* | | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -1/+0 | |
| | | | ||||||
* | | | Deprecate codes for docutils-0.13 or 0.14 | Takeshi KOMIYA | 2020-03-07 | 1 | -16/+17 | |
| | | | ||||||
* | | | Merge pull request #7117 from tk0miya/drop_desc_signature_first | Takeshi KOMIYA | 2020-02-22 | 1 | -4/+0 | |
|\ \ \ | |/ / |/| / | |/ | Deprecate desc_signature['first'] | |||||
| * | Deprecate desc_signature['first'] | Takeshi KOMIYA | 2020-02-09 | 1 | -4/+0 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-02-09 | 1 | -6/+2 | |
|\ \ | |/ |/| | ||||||
| * | Fix #7112: html: SVG image is not layouted as float even if aligned | Takeshi KOMIYA | 2020-02-09 | 1 | -6/+2 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-08 | 1 | -14/+21 | |
|\ \ | |/ | ||||||
| * | Fix #6696: html: scale option of image/figure directive not working for SVG | Takeshi KOMIYA | 2020-01-03 | 1 | -14/+21 | |
| | | | | | | | | Note: imagesize-1.2.0 or above is required | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-22 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-16 | 1 | -8/+15 | |
|\ \ | |/ | ||||||
| * | Merge branch '2.0' into 6632 | Takeshi KOMIYA | 2019-12-14 | 1 | -249/+128 | |
| |\ | ||||||
| * | | Fix mypy and flake8 violations | Takeshi KOMIYA | 2019-12-14 | 1 | -2/+2 | |
| | | |