Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | -9/+13 | |
|\ \ \ | |/ / | ||||||
| * | | Close #6550: html: Allow to use HTML permalink texts | Takeshi KOMIYA | 2021-01-24 | 1 | -10/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -0/+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 | -0/+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 | -4/+4 | |
|\ \ | |/ | ||||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | -11/+2 | |
| | | ||||||
* | | 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 | |
| | | | ||||||
* | | | 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 | 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 | -1/+1 | |
| | | ||||||
* | | 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 | -7/+13 | |
|\ \ | |/ | ||||||
| * | Fix mypy violation | Takeshi KOMIYA | 2019-12-14 | 1 | -0/+2 | |
| | | ||||||
| * | Merge branch '2.0' into 6632 | Takeshi KOMIYA | 2019-12-14 | 1 | -263/+135 | |
| |\ | ||||||
| * | | html4: Wrap <span> around sectnum in HTML titles | Takeshi KOMIYA | 2019-12-14 | 1 | -8/+13 | |
| | | | ||||||
* | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-30 | 1 | -253/+130 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Migrate to py3 style type annotation: sphinx.writers.html | Takeshi KOMIYA | 2019-11-26 | 1 | -261/+134 | |
| |/ | ||||||
* | | Merge commit '54d5fcfaebc3364044761d30c0fed6bd4d3052c3' | Takeshi KOMIYA | 2019-06-02 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Add :force: option to code directives | Takeshi KOMIYA | 2019-06-01 | 1 | -1/+1 | |
| | | ||||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -32/+1 | |
|/ | ||||||
* | Fix #6096: html: Anchor links are not added to figures | Takeshi KOMIYA | 2019-02-24 | 1 | -3/+1 | |
| | ||||||
* | Fix HTML: Invalid HTML5 file is generated for glossary (refs: #4611) | Takeshi KOMIYA | 2019-01-03 | 1 | -0/+42 | |
| | | | | | Note: It was caused by a glossary having multiple terms for one description. | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Replace escape sequence '\u00B6' with literal '¶' | Jon Dufresne | 2018-12-20 | 1 | -1/+1 | |
| | | | | | | | | More obvious to the reader. |