We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9390013 commit 03325ceCopy full SHA for 03325ce
docs/source/conf.py
@@ -69,7 +69,9 @@
69
html_show_sourcelink = False
70
html_theme_options = {
71
"sidebar_hide_name": False,
72
- "top_of_page_buttons": ["view", "edit"],
+ "source_repository": "https://github.com/VWS-Python/vws-auth-tools/",
73
+ "source_branch": "main",
74
+ "source_directory": "docs/source/",
75
}
76
77
# Retry link checking to avoid transient network errors.
0 commit comments