diff --git a/docs/conf.py b/docs/conf.py index 569b5b0da..031a0f41f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,6 +70,7 @@ html_theme = 'napari_sphinx_theme' html_title = 'napari' html_sourcelink_suffix = '' +html_baseurl = 'https://napari.org/stable/' # Check version and set version_match which is used by the version switcher version_match = 'dev' if version == 'dev' else str(release)