From 620fcc14982a71cb50487f5a58c9a60730cce15d Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 14 Jan 2025 12:45:54 -0800 Subject: [PATCH] Set theme back to sphinx_rtd_theme --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 38cd448..3f4170f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,6 +51,8 @@ # html_logo = None html_logo = 'img/logo_brain_transp.png' +html_theme = "sphinx_rtd_theme" + html_theme_options = { # 'analytics_id': 'G-XXXXXXXXXX', # Provided by Google in your dashboard # 'analytics_anonymize_ip': False,