Skip to content

Commit

Permalink
fixing post_install
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 1, 2023
1 parent d2cf38d commit 7b4dce4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b4dce4

Please sign in to comment.