Procházet zdrojové kódy

fix html_theme_path overriding previous definition of it

Thomas Waldmann před 9 roky
rodič
revize
7a08368b65
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -106,7 +106,7 @@ if not on_rtd:  # only import and set the theme if we're building docs locally
 #html_theme_options = {}
 #html_theme_options = {}
 
 
 # Add any paths that contain custom themes here, relative to this directory.
 # Add any paths that contain custom themes here, relative to this directory.
-html_theme_path = ['_themes']
+#html_theme_path = ['_themes']
 
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
 # "<project> v<release> documentation".