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