diff --git a/docs/source/conf.py b/docs/source/conf.py index 47cd594..f98cbeb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -104,7 +104,6 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['../_static'] -html_logo = "../_static/trx_logo.png" html_sidebars = { "scripts": [], @@ -135,6 +134,11 @@ # Show table of contents on each page (section navigation) "secondary_sidebar_items": ["page-toc", "edit-this-page", "sourcelink"], "show_toc_level": 2, + "logo": { + "image_light": "../_static/trx_logo.png", + "image_dark": "../_static/trx_logo.png", + "link": "https://tee-ar-ex.github.io", +}, }