From 81c95f527e20a55e3e58ea0dd0a3cae325a40309 Mon Sep 17 00:00:00 2001 From: Paul Kienzle Date: Thu, 5 Dec 2024 19:12:03 -0500 Subject: [PATCH] update readthedocs configuration --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d7dd5cf..14fec01 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,9 @@ build: commands: - pip install matplotlib sphinx - make -j 4 -C doc/sphinx SPHINXOPTS="-W --keep-going" html - + - mkdir -p $READTHEDOCS_OUTPUT/html + - cp -rp doc/sphinx/_build/html/ $READTHEDOCS_OUTPUT/html/ + # Build documentation in the "doc/" directory with Sphinx #sphinx: #configuration: doc/sphinx/conf.py