From a23147a11612dbdb428a2e1121366a00b2330602 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sun, 9 Aug 2020 16:55:06 +0200 Subject: [PATCH] Adds rel=canonical links to the documentation --- python/docs/conf.py | 1 + 1 file changed, 1 insertion(+) 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 -------------------------------------------------