diff --git a/conf.py b/conf.py index 9dcafa7..c2ca5b3 100644 --- a/conf.py +++ b/conf.py @@ -72,7 +72,7 @@ release = u'' # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -101,7 +101,7 @@ html_css_files = [ # TIP: If it starts with `html_` it belongs directly as a conf.py option and # NOT in html_theme_options. html_theme_options = { - 'canonical_url': 'https://docs.agaric.coop/', + 'html_baseurl': 'https://docs.agaric.coop/', 'logo_only': True, }