From f793e423593dcbe9d40cd56221e8defff96ecf5f Mon Sep 17 00:00:00 2001 From: meg miranda Date: Tue, 3 Mar 2026 13:35:55 -0800 Subject: [PATCH] mmiranda adding public_docs_features: True to get proper legal footer popup thing Signed-off-by: meg miranda --- docs/conf.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 855daf1e0ff..9bf0b99c706 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -109,16 +109,7 @@ "icon": "fa-brands fa-github", } ], - "extra_head": { - """ - - """ - }, - "extra_footer": { - """ - - """ - }, + "public_docs_features": True } html_extra_path = ["project.json", "versions1.json"]