We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419982d commit e0e33a7Copy full SHA for e0e33a7
rtd-download.sh
@@ -6,10 +6,9 @@ DOC_VERSION=$(if [[ "${READTHEDOCS_GIT_IDENTIFIER}" == *v* ]]; then echo "${READ
6
DOC_VERSION_NO_V=${DOC_VERSION//v/}
7
curl -LO https://github.com/thewtex/ITKDoxygen/releases/download/${DOC_VERSION}/InsightDoxygenDocHtml-${DOC_VERSION_NO_V}.tar.zst
8
9
+mkdir -p $READTHEDOCS_OUTPUT
10
unzstd --long=31 ./InsightDoxygenDocHtml-${DOC_VERSION_NO_V}.tar.zst
-mkdir -p $READTHEDOCS_OUTPUT/html
11
tar xf \
12
./InsightDoxygenDocHtml-${DOC_VERSION_NO_V}.tar \
13
- --strip-components=1 \
14
- -C $READTHEDOCS_OUTPUT/html
+ -C $READTHEDOCS_OUTPUT
15
0 commit comments