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 f765724 commit 6c0c859Copy full SHA for 6c0c859
1 file changed
suite/run_dev_suite.bash
@@ -14,8 +14,7 @@ branch=$(git symbolic-ref --short HEAD)
14
# test building the docs
15
conda activate ${env_name}
16
cd docs
17
-make clean
18
-make html
+DOCS_VERSION=test make clean versioned-html
19
cd ..
20
21
machine=$(python -c "from mache import discover_machine; print(discover_machine())")
0 commit comments