From d2cf38d75181c9c23448d6accf59f0eddd5928e0 Mon Sep 17 00:00:00 2001 From: "ryan.danehy@pnnl.gov" Date: Fri, 1 Dec 2023 11:12:03 -0800 Subject: [PATCH] fixing post_install --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ebc75f1f..530b65ba 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,9 +20,9 @@ build: - texlive-full jobs: post_install: - - pushd docs + - cd docs - doxygen ./doxygen/Doxyfile.in - - popd + - cd .. - ls ./_readthedocs # Build documentation in the "docs/" directory with Sphinx