diff --git a/conf.py b/conf.py index c899822f8..29563db50 100644 --- a/conf.py +++ b/conf.py @@ -33,7 +33,10 @@ ] html_theme = 'furo' -html_theme_options = {} +html_theme_options = { + "source_repository": "https://github.com/python/devguide", + "source_branch": "main", +} html_static_path = ['_static'] html_css_files = [ 'devguide_overrides.css',