From 7fa9e93b27290e648fbcd131ecca8915539f7262 Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Mon, 2 Dec 2024 11:41:37 -0800 Subject: [PATCH] add readthedocs yaml configuration file --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 574b4917..c345c328 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,6 +46,7 @@ os.system('mkdir _static') os.system('install -v -D css/custom.css _static/css/custom.css') +os.system('install -v -D js/expand_toc_tree.css _static/js/expand_toc_tree.js') # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the