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