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 6fca222 commit d14d6a0Copy full SHA for d14d6a0
.readthedocs-pre_install.sh
@@ -9,6 +9,9 @@ if [[ "${READTHEDOCS:-no}" == "no" ]]; then
9
exit 1
10
fi
11
12
+# Try and fetch the shallow submodule
13
+git submodule update --init --depth=1
14
+
15
# Ensure we get a version that lets us use groups
16
python3 -m pip install --upgrade pip
17
python3 -m pip install --group docs
0 commit comments