From c9719c1f2dc38cfca5604235d2b9acc5a1a2358b Mon Sep 17 00:00:00 2001 From: rly Date: Wed, 18 Dec 2024 16:33:59 -0800 Subject: [PATCH] Remove invalid sphinx_rtd_theme option --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 39669770..d6c4f697 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -119,7 +119,6 @@ html_theme_options = { 'logo_only': False, # Only show the hdmf-zarr logo without the documentation title - 'display_version': True, 'prev_next_buttons_location': 'bottom', # Show previous/next button at the bottom 'style_external_links': True, # Add marker to indicate external links 'vcs_pageview_mode': '',