From 3cb64ae3d9bacd1581e33b84d56932c5d89b62b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 2 Apr 2024 02:24:24 -0400 Subject: [PATCH] Replace HTML theme options url with main conf.py setting --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 38d1d42..5b7adff 100644 --- a/conf.py +++ b/conf.py @@ -22,6 +22,7 @@ project = u'Agaric Technology Collective' copyright = u'2006—2024, Agaric, LLC' author = u'Benjamin Melançon, Michele Metts, Christopher Thompson, Mauricio Dinarte, David Valdez, Clayton Dewey' +html_baseurl = 'https://docs.agaric.coop/' # The short X.Y version version = u'' @@ -101,7 +102,6 @@ html_css_files = [ # TIP: If it starts with `html_` it belongs directly as a conf.py option and # NOT in html_theme_options. html_theme_options = { - 'html_baseurl': 'https://docs.agaric.coop/', 'logo_only': True, }