From 0f654f3cea37aad4249e12dd33e8e602c178572a Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Mon, 2 Dec 2024 11:13:11 -0800 Subject: [PATCH] add readthedocs yaml configuration file --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index f708797e..bd70fb5c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -194,7 +194,7 @@ # 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 = ['css', 'fig'] +html_static_path = ['css', 'fig', '_static'] # These paths are either relative to html_static_path # or fully qualified paths (eg. https://...)