Skip to content

Commit

Permalink
Merge pull request #150 from twosigma/fix-docs-logo
Browse files Browse the repository at this point in the history
fix logo in docs
  • Loading branch information
leifwalsh authored Dec 21, 2023
2 parents ae7d97e + e27ca88 commit c49d499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
#
# html_theme_options = {}

html_context = {'logo': 'logo.png', 'theme_logo_only': True}
html_context = {'theme_logo_only': True}

html_favicon = '_static/favicon.png'

Expand All @@ -158,7 +158,7 @@
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
#
# html_logo = None
html_logo = '_static/logo.png'

# The name of an image file (relative to this directory) to use as a favicon of
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
Expand Down

0 comments on commit c49d499

Please sign in to comment.