Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EDI-N committed Oct 12, 2022
1 parent 9430bc7 commit c2aa00b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def setup(app):
# documentation.

html_theme_options = {
"logo_url": "https://readthedocs.org/",
'logo_only': True,
'display_version': False
}
Expand All @@ -178,12 +179,12 @@ def setup(app):

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = "_static/logo_edin2.gif"
html_logo = "_static/logo_edin3.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
# pixels large.
html_favicon = "_static/edin.ico"
html_favicon = "_static/favicon-yellow-blue.ico"

# 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,
Expand Down

0 comments on commit c2aa00b

Please sign in to comment.