Skip to content

Commit 555a22c

Browse files
Merge pull request #2741 from VWS-Python/add-furo-top-buttons
Configure Furo top-of-page buttons with repository details
2 parents e7fd18f + 867a603 commit 555a22c

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)