Skip to content

Commit

Permalink
Merge pull request #962 from samjwu/favicon
Browse files Browse the repository at this point in the history
fix(theme.py): Update path to favicon
  • Loading branch information
samjwu committed Sep 24, 2024
2 parents 731ac0c + 96d150c commit d6f95b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocm_docs/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _update_theme_options(app: Sphinx) -> None:

default_config_opts = {
"html_show_sphinx": False,
"html_favicon": "https://www.amd.com/themes/custom/amd/favicon.ico",
"html_favicon": "https://www.amd.com/content/dam/code/images/favicon/favicon.ico",
"notfound_context": {"title": "404 - Page Not Found"},
"notfound_template": "404.html",
"html_context": {
Expand Down

0 comments on commit d6f95b4

Please sign in to comment.