diff --git a/docs/source/_images/openmc200px.png b/docs/source/_images/openmc200px.png new file mode 100644 index 000000000..3997c6baa Binary files /dev/null and b/docs/source/_images/openmc200px.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 7b227ec52..32154fa60 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -126,11 +126,13 @@ pygments_style = 'tango' # Sphinx are currently 'default' and 'sphinxdoc'. if on_rtd: html_theme = 'default' + html_logo = '_images/openmc200px.png' else: html_theme = 'haiku' html_theme_options = {'full_logo': True, 'linkcolor': '#0c3762', 'visitedlinkcolor': '#0c3762'} + html_logo = '_images/openmc.png' # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = ["_theme"] @@ -142,10 +144,6 @@ html_title = "OpenMC Documentation" # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -html_logo = '_images/openmc.png' - # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large.