From a1328c128cadcf25e3bf714640b9403765298c46 Mon Sep 17 00:00:00 2001 From: Tom Pike Date: Sat, 22 Jun 2024 14:38:11 -0400 Subject: [PATCH] Update again --- .readthedocs.yml | 3 +++ docs/source/conf.py | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 839bb4ac..f93301ac 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,6 +14,9 @@ python: - method: pip path: . +conda: + environment: docs/source/environment.yml + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 2bd8fad6..f567e248 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,6 +77,8 @@ html_theme = "alabaster" +html_static_path = ["_static"] + # -- Options for JupyterLite ---------------------------------------------- jupyterlite_contents = ["tutorials/intro_tutorial.ipynb"]