diff --git a/docs/conf.py b/docs/conf.py index a0f6ff98..107eb70a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,11 +76,11 @@ # a list of builtin themes. # html_theme = 'sphinx_material' -html_favicon = 'img/favicon.png' +html_favicon = 'favicon.png' # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = 'img/logos.png' +html_logo = 'logos.png' # Material theme options (see theme.conf for more information) html_theme_options = { diff --git a/docs/img/favicon.png b/docs/favicon.png similarity index 100% rename from docs/img/favicon.png rename to docs/favicon.png diff --git a/docs/img/logos.png b/docs/logos.png similarity index 100% rename from docs/img/logos.png rename to docs/logos.png