[Bf-docboard-svn] bf-manual: [7200] trunk/blender_docs/manual/conf.py: Config: Add sphinx_rtd_theme to extensions

Aaron Carlisle noreply at blender.org
Thu Oct 8 16:41:43 CEST 2020


Revision: 7200
          https://developer.blender.org/rBM7200
Author:   Blendify
Date:     2020-10-08 16:41:42 +0200 (Thu, 08 Oct 2020)
Log Message:
-----------
Config: Add sphinx_rtd_theme to extensions

This is need for the theme to be translated, see:
https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html

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

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2020-10-08 01:09:41 UTC (rev 7199)
+++ trunk/blender_docs/manual/conf.py	2020-10-08 14:41:42 UTC (rev 7200)
@@ -205,7 +205,9 @@
         "canonical_url": "https://docs.blender.org/manual/en/latest/",
     }
 
+    extensions.append('sphinx_rtd_theme')
 
+
 # The name for this set of Sphinx documents.
 # "<project> v<release> documentation" by default.
 html_title = "Blender Manual"



More information about the Bf-docboard-svn mailing list