[Bf-docboard-svn] bf-manual: [8823] trunk/blender_docs/manual/conf.py: Config: Updates for Sphinx 4.5.0

Aaron Carlisle noreply at blender.org
Wed Jan 19 01:48:32 CET 2022


Revision: 8823
          https://developer.blender.org/rBM8823
Author:   Blendify
Date:     2022-01-19 01:48:31 +0100 (Wed, 19 Jan 2022)
Log Message:
-----------
Config: Updates for Sphinx 4.5.0

4.5.0 has not been released yet but for testing
These options are exposed so we are ready to update
as soon as 4.5.0 is released.

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

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2022-01-18 08:49:41 UTC (rev 8822)
+++ trunk/blender_docs/manual/conf.py	2022-01-19 00:48:31 UTC (rev 8823)
@@ -101,7 +101,10 @@
 locale_dirs = ['../locale/']
 gettext_compact = "blender_manual"
 
+# If true, “fuzzy” messages in the message catalogs are used for translation.
+gettext_allow_fuzzy_translations = False
 
+
 # -- Options for HTML output -------------------------------------------------
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
@@ -196,7 +199,10 @@
 # If true, “Created using Sphinx” is shown in the HTML footer.
 html_show_sphinx = False
 
+# If true, the text around the keyword is shown as summary of each search result.
+html_show_search_summary = True
 
+
 # -- Options for HTML help output --------------------------------------------
 
 # Output file base name for HTML help builder.



More information about the Bf-docboard-svn mailing list