mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
add chinese search options into html_search_options
document
This commit is contained in:
parent
e196d5f8e5
commit
d76a700fa2
@ -873,6 +873,7 @@ that use Sphinx's HTMLWriter class.
|
|||||||
* ``es`` -- Spanish
|
* ``es`` -- Spanish
|
||||||
* ``sv`` -- Swedish
|
* ``sv`` -- Swedish
|
||||||
* ``tr`` -- Turkish
|
* ``tr`` -- Turkish
|
||||||
|
* ``zh`` -- Chinese
|
||||||
|
|
||||||
.. admonition:: Accelerating build speed
|
.. admonition:: Accelerating build speed
|
||||||
|
|
||||||
@ -907,6 +908,12 @@ that use Sphinx's HTMLWriter class.
|
|||||||
|
|
||||||
.. versionadded:: 1.1
|
.. versionadded:: 1.1
|
||||||
|
|
||||||
|
|
||||||
|
The Chinese support has these options:
|
||||||
|
|
||||||
|
* ``dict`` -- the ``jieba`` dictionary path if want to use
|
||||||
|
custom dictionary.
|
||||||
|
|
||||||
.. confval:: html_search_scorer
|
.. confval:: html_search_scorer
|
||||||
|
|
||||||
The name of a JavaScript file (relative to the configuration directory) that
|
The name of a JavaScript file (relative to the configuration directory) that
|
||||||
|
Loading…
Reference in New Issue
Block a user