From 2d765c5cd505ce6a35910995c91f64f21d11d835 Mon Sep 17 00:00:00 2001 From: "Micah D. Gale" Date: Mon, 24 Feb 2025 11:56:01 -0600 Subject: [PATCH] Tried adding html_baseurl --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index b9db835077b..618cbe64838 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -127,6 +127,7 @@ import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +html_baseurl = "https://docs.openmc.org/en/stable/" html_logo = '_images/openmc_logo.png'