diff --git a/python/docs/conf.py b/python/docs/conf.py index 010cf622..73d9bcef 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -27,6 +27,7 @@ html_static_path = [] html_logo = "../../logo.svg" html_favicon = "../../logo.svg" html_theme_options = {"body_max_width": None} +html_baseurl = "https://oxigraph.org/pyoxigraph/stable/" # -- Options for doctests -------------------------------------------------