From fed4b2861687aae2943358f7be6e3cbb1057de59 Mon Sep 17 00:00:00 2001 From: Micah Gale Date: Mon, 24 Feb 2025 21:49:12 -0600 Subject: [PATCH] Mark a canonical URL for docs (#3324) --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index b9db835077..618cbe6483 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -127,6 +127,7 @@ pygments_style = 'tango' 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'