From 4770329fd0066446c99da8d794addaf4f1c70f67 Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Wed, 13 Sep 2023 10:40:09 +0200 Subject: [PATCH] remove extra includes in template and make false version_dropdown explicit --- doc/htmldoc/conf.py | 1 + doc/htmldoc/templates/layout.html | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/htmldoc/conf.py b/doc/htmldoc/conf.py index b848becd7b..e40a60b8d7 100644 --- a/doc/htmldoc/conf.py +++ b/doc/htmldoc/conf.py @@ -172,6 +172,7 @@ "globaltoc_collapse": True, # If True, show hidden TOC entries "globaltoc_includehidden": True, + "version_dropdown": False, } html_static_path = ["static"] diff --git a/doc/htmldoc/templates/layout.html b/doc/htmldoc/templates/layout.html index 6691d7405e..4a9744d4f3 100644 --- a/doc/htmldoc/templates/layout.html +++ b/doc/htmldoc/templates/layout.html @@ -7,8 +7,6 @@ - - {{ super() }} {% endblock %}