Skip to content

Commit

Permalink
updating html icon
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpastor97 committed Mar 25, 2023
1 parent 0aaf6ed commit 6f7d9b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
],
"logo": {
"text": "ProLint2",
"image_dark": "_static/logo.png",
"image_dark": "logo.png",
"alt_text": "ProLint2",
},
#"use_edit_page_button": True,
Expand Down Expand Up @@ -197,8 +197,8 @@ def setup(app):
# "doc_path": "docs",
# }

html_logo = 'logo.png'
html_favicon = "logo.png"
html_logo = '_static/logo.png'
html_favicon = "_static/logo.png"

# -- Options for HTMLHelp output ---------------------------------------------

Expand Down

0 comments on commit 6f7d9b4

Please sign in to comment.