From 49d8e32fb5652abc417851deb41927c5edcee4f8 Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Wed, 5 Jun 2024 11:22:27 +0300 Subject: [PATCH] Add images to html_static_path --- 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 7baadec..4ee3693 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -86,4 +86,4 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = [] +html_static_path = ['images']