From 62e475138df1b3dc1cad43c39b781530a37b0a05 Mon Sep 17 00:00:00 2001 From: Jordan Musser Date: Thu, 10 Oct 2024 13:25:27 -0400 Subject: [PATCH] Remove config option causing build issues --- docs/source_docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source_docs/conf.py b/docs/source_docs/conf.py index e4bbc5f..f4b5faa 100644 --- a/docs/source_docs/conf.py +++ b/docs/source_docs/conf.py @@ -105,7 +105,6 @@ html_theme = 'sphinx_rtd_theme' # html_theme_options = { 'logo_only': False, - 'display_version': True, 'prev_next_buttons_location': 'bottom', 'style_external_links': False, 'vcs_pageview_mode': '', -- GitLab