diff --git a/docs/source/conf.py b/docs/source/conf.py index 4bce31b2..914bcb88 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,7 +60,9 @@ html_show_sourcelink = False html_theme_options = { "sidebar_hide_name": False, - "top_of_page_buttons": ["view", "edit"], + "source_repository": "https://github.com/VWS-Python/vws-python/", + "source_branch": "main", + "source_directory": "docs/source/", } # Output file base name for HTML help builder.