Skip to content

Commit d14d6a0

Browse files
committed
fixing rtd
1 parent 6fca222 commit d14d6a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs-pre_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ if [[ "${READTHEDOCS:-no}" == "no" ]]; then
99
exit 1
1010
fi
1111

12+
# Try and fetch the shallow submodule
13+
git submodule update --init --depth=1
14+
1215
# Ensure we get a version that lets us use groups
1316
python3 -m pip install --upgrade pip
1417
python3 -m pip install --group docs

0 commit comments

Comments
 (0)