[Bf-docboard-svn] bf-manual: [7210] trunk/blender_docs/manual/conf.py: Config: Do not set theme path

Aaron Carlisle noreply at blender.org
Fri Oct 9 20:58:40 CEST 2020


Revision: 7210
          https://developer.blender.org/rBM7210
Author:   Blendify
Date:     2020-10-09 20:58:40 +0200 (Fri, 09 Oct 2020)
Log Message:
-----------
Config: Do not set theme path

This has not been needed since v0.3.0 of the theme

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

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2020-10-09 17:55:17 UTC (rev 7209)
+++ trunk/blender_docs/manual/conf.py	2020-10-09 18:58:40 UTC (rev 7210)
@@ -194,8 +194,6 @@
 
 if html_theme == "sphinx_rtd_theme":
     import sphinx_rtd_theme
-    html_theme_path.append(sphinx_rtd_theme.get_html_theme_path())
-    del sphinx_rtd_theme
 
     # included in the title
     html_theme_options = {



More information about the Bf-docboard-svn mailing list