diff --git a/docs/conf.py b/docs/conf.py index ec2fb46..abec185 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -108,6 +108,10 @@ html_context = { 'css_files': [ '_static/css/theme_overrides.css', # override wide tables in RTD theme ], + 'display_github': True, + 'github_user': 'openzfs', + 'github_repo': 'openzfs-docs', + 'github_version': 'master/docs/' } # Custom sidebar templates, must be a dictionary that maps document names