Skip to content

Commit

Permalink
just copy bin and use it locally
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 24, 2024
1 parent 6666c77 commit 7761444
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ build:
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 &&
cd doxygen-$DOXYGEN_VERSION &&
make install
mv doxygen-$DOXYGEN_VERSION/bin/doxygen ./
# get lib version & overwrite Doxyfile values
- >
echo $(pwd) &&
Expand All @@ -32,7 +31,7 @@ build:
echo "PROJECT_NUMBER = $RF24_VERSION" >> docs/doxygenAction &&
echo -e "\n@INCLUDE = doxygenAction" >> docs/Doxyfile
# run doxygen
- doxygen
- cd docs && ./.doxygen/doxygen
# copy output to RTD output path for HTML files
- mv docs/html/ "$READTHEDOCS_OUTPUT/"

Expand Down

0 comments on commit 7761444

Please sign in to comment.