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 ecd2a2b commit ed7500dCopy full SHA for ed7500d
docs/conf.py
@@ -79,6 +79,10 @@
79
80
html_theme_options = {
81
"single_page": True,
82
+ "repository_url": "https://github.com/executablebooks/sphinx-togglebutton",
83
+ "use_repository_button": True,
84
+ "use_issues_button": True,
85
+ "use_edit_page_button": True,
86
}
87
88
# Add any paths that contain custom static files (such as style sheets) here,
0 commit comments