From 2a99ca60260b08e13659e51757456ec453d0f71e Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 7 Oct 2024 16:04:00 +0200 Subject: [PATCH] Doc: conf.py: use correct 'html_css_files' property --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index bcc60bc180..5e8f52e8a2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -149,7 +149,7 @@ # Add any paths that contain custom static files (such as style sheets) html_static_path = ["_static"] -htm_css_files = [ +html_css_files = [ "theme_overrides.css", # override wide tables in RTD theme ]