ci: doc-build: use Doxygen 1.9.6

Use the latest release of Doxygen, 1.9.6.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-01-10 09:16:08 +01:00 committed by Carles Cufí
commit 036e4f2902

View file

@ -30,7 +30,7 @@ env:
# The latest CMake available directly with apt is 3.18, but we need >=3.20
# so we fetch that through pip.
CMAKE_VERSION: 3.20.5
DOXYGEN_VERSION: 1.9.4
DOXYGEN_VERSION: 1.9.6
jobs:
doc-build-html: