Skip to content

Commit

Permalink
BUG: Use Doxygen 5.2.0 archives rather than nightly
Browse files Browse the repository at this point in the history
Workaround for #362 where docs build fails with most recent ITK Doxygen
archives.
  • Loading branch information
tbirdso committed May 18, 2022
1 parent e714dbe commit 2b44a1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMake/DownloadDoxygen.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
file( DOWNLOAD https://public.kitware.com/pub/itk/NightlyDoxygen/InsightDoxygenDocHtml.tar.gz
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
file( DOWNLOAD https://data.kitware.com/api/v1/file/606753b52fa25629b9476eaa/download
${ITKDoxygen_TEMP_DIR}/itk-doxygen.tar.gz SHOW_PROGRESS
)
2 changes: 1 addition & 1 deletion CMake/DownloadDoxygenTAG.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
file( DOWNLOAD https://itk.org/files/NightlyDoxygen/InsightDoxygenDocTag.gz
file( DOWNLOAD https://data.kitware.com/api/v1/file/60674d8a2fa25629b94769d4/download
${ITKDoxygenTAG_TEMP_DIR}/InsightDoxygen.tag.gz SHOW_PROGRESS
)

2 changes: 1 addition & 1 deletion CMake/DownloadDoxygenXML.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
file( DOWNLOAD https://itk.org/files/NightlyDoxygen/InsightDoxygenDocXml.tar.gz
file( DOWNLOAD https://data.kitware.com/api/v1/file/60674d892fa25629b94769ca/download
${ITKDoxygenXML_TEMP_DIR}/itk-doxygen-xml.tar.gz SHOW_PROGRESS
)

0 comments on commit 2b44a1c

Please sign in to comment.