Skip to content

Commit 8b70e39

Browse files
committed
remove unsupported options
1 parent ac617ab commit 8b70e39

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/conf.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -167,19 +167,19 @@ def skip_submodules(
167167
# further. For a list of options available for each theme, see the
168168
# documentation.
169169
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,
181181
"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>",
183183
}
184184

185185
# Add any paths that contain custom themes here, relative to this directory.

0 commit comments

Comments
 (0)