[Bf-docboard-svn] bf-manual: [7209] trunk/blender_docs/manual/conf.py: Config: Do not specify html_search_language

Aaron Carlisle noreply at blender.org
Fri Oct 9 19:55:17 CEST 2020


Revision: 7209
          https://developer.blender.org/rBM7209
Author:   Blendify
Date:     2020-10-09 19:55:17 +0200 (Fri, 09 Oct 2020)
Log Message:
-----------
Config: Do not specify html_search_language

This value will now default to the language config value.
This should improve searching in a few supported languages.
See https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_search_language

Modified Paths:
--------------
    trunk/blender_docs/manual/conf.py

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2020-10-09 16:51:01 UTC (rev 7208)
+++ trunk/blender_docs/manual/conf.py	2020-10-09 17:55:17 UTC (rev 7209)
@@ -289,12 +289,6 @@
 # This is the file name suffix for HTML files (e.g. ".xhtml").
 #html_file_suffix = None
 
-# Language to be used for generating the HTML full-text search index.
-# Sphinx supports the following languages:
-#   'da', 'de', 'en', 'es', 'fi', 'fr', 'h', 'it', 'ja'
-#   'nl', 'no', 'pt', 'ro', 'r', 'sv', 'tr', 'zh'
-html_search_language = 'en'
-
 # A dictionary with options for the search language support, empty by default.
 # 'ja' uses this config value.
 # 'zh' user can custom change `jieba` dictionary path.



More information about the Bf-docboard-svn mailing list