mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES and docs for PR #7064
This commit is contained in:
parent
8dd83a540e
commit
73e99ab88b
4
CHANGES
4
CHANGES
@ -70,6 +70,8 @@ Features added
|
||||
* #7211: latex: Use babel for Chinese document when using XeLaTeX
|
||||
* #7220: genindex: Show "main" index entries at first
|
||||
* #7103: linkcheck: writes all links to ``output.json``
|
||||
* #7025: html search: full text search can be disabled for individual document
|
||||
using ``:nosearch:`` file-wide metadata
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
@ -194,8 +196,6 @@ Features added
|
||||
* #6966: graphviz: Support ``:class:`` option
|
||||
* #6696: html: ``:scale:`` option of image/figure directive not working for SVG
|
||||
images (imagesize-1.2.0 or above is required)
|
||||
* #7025: html search: full text search can be disabled for individual document
|
||||
using ``:nosearch:`` file-wide metadata
|
||||
* #6994: imgconverter: Support illustrator file (.ai) to .png conversion
|
||||
* autodoc: Support Positional-Only Argument separator (PEP-570 compliant)
|
||||
* autodoc: Support type annotations for variables
|
||||
|
@ -59,4 +59,4 @@ At the moment, these metadata fields are recognized:
|
||||
|
||||
.. note:: object search is still available even if `nosearch` option is set.
|
||||
|
||||
.. versionadded:: 2.4
|
||||
.. versionadded:: 3.0
|
||||
|
Loading…
Reference in New Issue
Block a user