From faf2651b8a4760655ed1ab156f78448cfa7d7790 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Mon, 27 Jul 2026 17:00:57 -0400 Subject: [PATCH] Link to the main documentation site. --- docs/source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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", +}, }