doc/conf.py

changeset 95
c6b655d9b855
parent 92
e3ed554038fa
--- a/doc/conf.py	Fri May 18 00:04:54 2018 +0200
+++ b/doc/conf.py	Fri May 18 00:05:28 2018 +0200
@@ -77,13 +77,19 @@
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 #
-html_theme = 'alabaster'
+#html_theme = 'alabaster'
+html_theme = 'classic'
+html_logo = '_static/pygpibtoolkit.png'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
 #
-# html_theme_options = {}
+html_theme_options = {
+#    'logo': 'pygpibtoolkit.png',
+#    'logo_name': True,
+#    'description': 'pygpibtoolkit',
+}
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
@@ -163,4 +169,4 @@
 # -- Options for todo extension ----------------------------------------------
 
 # If true, `todo` and `todoList` produce output, else they produce nothing.
-todo_include_todos = True
\ No newline at end of file
+todo_include_todos = True

mercurial