Skip to content

Commit 4ffdeec

Browse files
Merge pull request #2712 from VWS-Python/add-furo-top-buttons
Configure Furo top-of-page buttons with repository details
2 parents 8f1e824 + 2ed9e31 commit 4ffdeec

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
@@ -60,7 +60,9 @@
6060
html_show_sourcelink = False
6161
html_theme_options = {
6262
"sidebar_hide_name": False,
63-
"top_of_page_buttons": ["view", "edit"],
63+
"source_repository": "https://github.com/VWS-Python/vws-python/",
64+
"source_branch": "main",
65+
"source_directory": "docs/source/",
6466
}
6567

6668
# Output file base name for HTML help builder.

0 commit comments

Comments
 (0)