diff options
Diffstat (limited to 'help/eng/conf.py')
| -rw-r--r-- | help/eng/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/help/eng/conf.py b/help/eng/conf.py index 2214998..956dd13 100644 --- a/help/eng/conf.py +++ b/help/eng/conf.py @@ -85,11 +85,17 @@ todo_include_todos = False # html_theme = 'alabaster' +html_theme_options = { + 'logo': 'icon256.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_copy_source = False +html_show_sourcelink = False # 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, |
