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 3680817 commit d261806Copy full SHA for d261806
doc/conf.py
@@ -161,7 +161,11 @@ def setup(app):
161
# Theme options are theme-specific and customize the look and feel of a theme
162
# further. For a list of options available for each theme, see the
163
# documentation.
164
-# html_theme_options = {}
+html_theme_options = {
165
+ 'repository_url': 'https://github.com/xarray-contrib/xbatcher',
166
+ 'use_repository_button': True,
167
+ 'use_issues_button': True,
168
+}
169
170
# Add any paths that contain custom themes here, relative to this directory.
171
# html_theme_path = []
0 commit comments