Skip to content

Commit 6b0e475

Browse files
committed
bump doxygen version
1 parent 565710b commit 6b0e475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
build-docs:
3636
uses: nRF24/.github/.github/workflows/build_docs.yaml@main
3737
with:
38+
doxygen-version: '1.13.2'
3839
deploy-gh-pages: ${{ github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/master') }}
39-
doxygen-version: '1.11.0'
4040
secrets: inherit

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
commands:
1616
# Install doxygen from source distributions (conda forge does not keep up-to-date doxygen releases)
1717
- >
18-
DOXYGEN_VERSION="1.12.0" &&
18+
DOXYGEN_VERSION="1.13.2" &&
1919
mkdir .doxygen && cd .doxygen &&
2020
echo $(pwd) &&
2121
echo "https://sourceforge.net/projects/doxygen/files/rel-$DOXYGEN_VERSION/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz" &&

0 commit comments

Comments
 (0)