Mark a canonical URL for docs (#3324)

This commit is contained in:
Micah Gale 2025-02-24 21:49:12 -06:00 committed by GitHub
parent 244d630fd2
commit fed4b28616
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'