diff --git a/sphinx-doc/_static/ciscoconfparse_logo_bw_01.png b/sphinx-doc/_static/ciscoconfparse_logo_bw_01.png new file mode 100644 index 00000000..029a69d6 Binary files /dev/null and b/sphinx-doc/_static/ciscoconfparse_logo_bw_01.png differ diff --git a/sphinx-doc/conf.py b/sphinx-doc/conf.py index 82c99e98..0009e37e 100755 --- a/sphinx-doc/conf.py +++ b/sphinx-doc/conf.py @@ -158,11 +158,14 @@ # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. html_theme = "sphinx_rtd_theme" +html_static_path = ['_static'] +html_logo = "ciscoconfparse_logo_bw_01.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 = { + "logo_only": True, "display_version": True, "style_nav_header_background": "light_blue", }