diff -r 1ac1457af83f -r c6b655d9b855 doc/conf.py --- 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