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 0ca739c commit d85c6b0Copy full SHA for d85c6b0
docs/ci.sh
@@ -4,8 +4,11 @@ set -ex
4
DOCS_FORMAT=${DOCS_FORMAT:-all} # Default to building all formats if not specified
5
VALIDATE_NOTEBOOK_EXECUTION=${VALIDATE_NOTEBOOK_EXECUTION:-1} # Default to validating notebooks
6
7
+SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
8
+DOCKER_DIR="${SCRIPT_DIR}/docker"
9
+
10
(
- cd docs/docker \
11
+ cd "$DOCKER_DIR" \
12
&& docker compose build sphinx \
13
&& docker compose run --rm \
14
-e DOCS_FORMAT=$DOCS_FORMAT \
0 commit comments