From 88ce54c3c6fb110a0848d8fe9a3b4eb6baa52411 Mon Sep 17 00:00:00 2001 From: Colin Marquardt Date: Tue, 16 Jan 2024 17:46:19 +0100 Subject: [PATCH] Allow only theme_footer_center to be set --- .../theme/pydata_sphinx_theme/sections/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/footer.html b/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/footer.html index 691cd5f6d..323864da3 100644 --- a/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/footer.html +++ b/src/pydata_sphinx_theme/theme/pydata_sphinx_theme/sections/footer.html @@ -1,4 +1,4 @@ -{% if theme_footer_start or theme_footer_end %} +{% if theme_footer_start or theme_footer_center or theme_footer_end %}