diff --git a/docs/source/conf.py b/docs/source/conf.py index d5da1232..c24499f7 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,7 +74,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-mock/", + "source_branch": "main", + "source_directory": "docs/source/", } # Retry link checking to avoid transient network errors.