diff --git a/src/crate/theme/rtd/conf/sql_99.py b/src/crate/theme/rtd/conf/sql_99.py index 156806a16..8f87e088c 100644 --- a/src/crate/theme/rtd/conf/sql_99.py +++ b/src/crate/theme/rtd/conf/sql_99.py @@ -28,15 +28,15 @@ project = u"SQL 99" html_title = project -url_path = "docs/sql-99" +url_path = "" # For sitemap extension -html_baseurl = "https://cratedb.com/%s/" % url_path +html_baseurl = "https://sql-99.readthedocs.io" # For rel="canonical" links html_theme_options.update( { - "canonical_url_path": "%s/en/latest/" % url_path, + "canonical_url_path": "/en/latest/", } )