diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 530b65ba..f8455e31 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,10 +20,9 @@ build: - texlive-full jobs: post_install: - - cd docs - - doxygen ./doxygen/Doxyfile.in - - cd .. - - ls ./_readthedocs + - echo $(ls) + - doxygen ./docs/doxygen/Doxyfile.in + - echo $(ls ./_readthedocs) # Build documentation in the "docs/" directory with Sphinx sphinx: