File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -167,19 +167,19 @@ def skip_submodules(
167
167
# further. For a list of options available for each theme, see the
168
168
# documentation.
169
169
html_theme_options = {
170
- "github_url" : "https://github.com/zarr-developers/zarr-python" ,
171
- "twitter_url" : "https://twitter.com/zarr_dev" ,
172
- "icon_links" : [
173
- {
174
- "name" : "Zarr Dev" ,
175
- "url" : "https://zarr.dev/" ,
176
- "icon" : "_static/logo1.png" ,
177
- "type" : "local" ,
178
- },
179
- ],
180
- "collapse_navigation" : True ,
170
+ # "github_url": "https://github.com/zarr-developers/zarr-python",
171
+ # "twitter_url": "https://twitter.com/zarr_dev",
172
+ # "icon_links": [
173
+ # {
174
+ # "name": "Zarr Dev",
175
+ # "url": "https://zarr.dev/",
176
+ # "icon": "_static/logo1.png",
177
+ # "type": "local",
178
+ # },
179
+ # ],
180
+ # "collapse_navigation": True,
181
181
"navigation_with_keys" : False ,
182
- "announcement" : "Zarr-Python 3 is here! Check out the release announcement <a href='https://zarr.dev/blog/zarr-python-3-release/'>here.</a>" ,
182
+ # "announcement": "Zarr-Python 3 is here! Check out the release announcement <a href='https://zarr.dev/blog/zarr-python-3-release/'>here.</a>",
183
183
}
184
184
185
185
# Add any paths that contain custom themes here, relative to this directory.
You can’t perform that action at this time.
0 commit comments