[Bf-docboard-svn] bf-manual: [8334] trunk/blender_docs/manual/conf.py: Config: Disable copy sources

Aaron Carlisle noreply at blender.org
Fri Aug 20 19:26:54 CEST 2021


Revision: 8334
          https://developer.blender.org/rBM8334
Author:   Blendify
Date:     2021-08-20 19:26:53 +0200 (Fri, 20 Aug 2021)
Log Message:
-----------
Config: Disable copy sources

This is no longer needed now that we link to a only copy of the sources.

In previous versions of sphinx this was still needed to control search
summeries but that is no longer needed after the recent update.

Note however sphinx 4.1.2 reverted this which breaks search summaries.
sphinx 4.2 should fix this so we will be skipping the rest of 4.1.x versions.

See: https://github.com/sphinx-doc/sphinx/issues/9456

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

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2021-08-20 17:22:52 UTC (rev 8333)
+++ trunk/blender_docs/manual/conf.py	2021-08-20 17:26:53 UTC (rev 8334)
@@ -259,7 +259,7 @@
 
 # If true, links to the reST sources are added to the pages.
 html_show_sourcelink = False
-html_copy_source = True
+html_copy_source = False
 
 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
 html_show_sphinx = False



More information about the Bf-docboard-svn mailing list