Skip to content

Commit be8561c

Browse files
Merge pull request #1415 from VWS-Python/add-furo-top-buttons
Configure Furo top-of-page buttons with repository details
2 parents 9390013 + 03325ce commit be8561c

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
@@ -69,7 +69,9 @@
6969
html_show_sourcelink = False
7070
html_theme_options = {
7171
"sidebar_hide_name": False,
72-
"top_of_page_buttons": ["view", "edit"],
72+
"source_repository": "https://github.com/VWS-Python/vws-auth-tools/",
73+
"source_branch": "main",
74+
"source_directory": "docs/source/",
7375
}
7476

7577
# Retry link checking to avoid transient network errors.

0 commit comments

Comments
 (0)