Skip to content

Commit 867a603

Browse files
committed
Configure Furo top-of-page buttons with repository details
1 parent e7fd18f commit 867a603

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
html_show_sourcelink = False
7575
html_theme_options = {
7676
"sidebar_hide_name": False,
77-
"top_of_page_buttons": ["view", "edit"],
77+
"source_repository": "https://github.com/VWS-Python/vws-python-mock/",
78+
"source_branch": "main",
79+
"source_directory": "docs/source/",
7880
}
7981

8082
# Retry link checking to avoid transient network errors.

0 commit comments

Comments
 (0)