Skip to content

Commit 7a9a16c

Browse files
authored
Update Doxygen (#2099)
1 parent 7f52e91 commit 7a9a16c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def install_mtocpp():
8686

8787
def install_doxygen():
8888
"""Get a more recent doxygen"""
89-
version = "1.9.6"
89+
version = "1.9.7"
9090
doxygen_exe = os.path.join(
9191
amici_dir, "ThirdParty", f"doxygen-{version}", "bin", "doxygen"
9292
)

scripts/downloadAndBuildDoxygen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DOXYGEN_DIR="${AMICI_PATH}"/ThirdParty/doxygen
99
cd "${AMICI_PATH}"/ThirdParty
1010
if [[ ! -d ${DOXYGEN_DIR} ]]; then
1111
# git clone --depth 1 https://github.com/doxygen/doxygen.git "${DOXYGEN_DIR}"
12-
git clone --single-branch --branch Release_1_9_6 --depth 1 https://github.com/doxygen/doxygen.git "${DOXYGEN_DIR}"
12+
git clone --single-branch --branch Release_1_9_7 --depth 1 https://github.com/doxygen/doxygen.git "${DOXYGEN_DIR}"
1313
fi
1414

1515
cd "${DOXYGEN_DIR}"

0 commit comments

Comments
 (0)