[Bf-docboard-svn] bf-manual: [7219] trunk/blender_docs/manual/conf.py: Cleanup: remove import value

Campbell Barton noreply at blender.org
Mon Oct 12 06:13:20 CEST 2020


Revision: 7219
          https://developer.blender.org/rBM7219
Author:   campbellbarton
Date:     2020-10-12 06:13:19 +0200 (Mon, 12 Oct 2020)
Log Message:
-----------
Cleanup: remove import value

This is only needed to check the theme exists.

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

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2020-10-12 01:13:17 UTC (rev 7218)
+++ trunk/blender_docs/manual/conf.py	2020-10-12 04:13:19 UTC (rev 7219)
@@ -180,6 +180,7 @@
 try:
     import sphinx_rtd_theme
     html_theme = "sphinx_rtd_theme"
+    del sphinx_rtd_theme
 except ImportError:
     pass
 



More information about the Bf-docboard-svn mailing list