Browse Source

I still need a good looking logo for FlaskBB.

sh4nks 11 years ago
parent
commit
0e2c430df6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/conf.py

+ 3 - 1
docs/conf.py

@@ -109,7 +109,9 @@ html_theme = 'flask'
 
 
 # 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']
-
+html_theme_options = {
+    'index_logo': False,
+}
 # 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".
 #html_title = None
 #html_title = None