Skip to content

Commit

Permalink
start debugging with output
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 24, 2024
1 parent 805645f commit 7e72579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ build:
# Install doxygen from source distributions (conda forge does not keep up-to-date doxygen releases)
- export DOXYGEN_VERSION="1.12.0"
- mkdir .doxygen && cd .doxygen
- echo $(pwd)
- echo "https://sourceforge.net/projects/doxygen/files/rel-$DOXYGEN_VERSION/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz"
- curl -L https://sourceforge.net/projects/doxygen/files/rel-$DOXYGEN_VERSION/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz > doxygen.tar.gz
- gunzip doxygen.tar.gz
- tar xf doxygen.tar
Expand Down

0 comments on commit 7e72579

Please sign in to comment.