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 c18b908 commit 0f7a8d6Copy full SHA for 0f7a8d6
docs/src/conf.py
@@ -90,7 +90,17 @@
90
# Theme options are theme-specific and customize the look and feel of a theme
91
# further. For a list of options available for each theme, see the
92
# documentation.
93
-# html_theme_options = {}
+html_theme_options = {
94
+ "use_edit_page_button": True,
95
+}
96
+
97
+html_context = {
98
+ "github_url": "https://github.com",
99
+ "github_user": "scikit-learn-contrib",
100
+ "github_repo": "scikit-matter",
101
+ "github_version": "main",
102
+ "doc_path": "docs/src",
103
104
105
# Add any paths that contain custom themes here, relative to this directory.
106
# html_theme_path = []
0 commit comments