Skip to content

Commit 6c0c859

Browse files
committed
Update docs creation in run dev suite
1 parent f765724 commit 6c0c859

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

suite/run_dev_suite.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ branch=$(git symbolic-ref --short HEAD)
1414
# test building the docs
1515
conda activate ${env_name}
1616
cd docs
17-
make clean
18-
make html
17+
DOCS_VERSION=test make clean versioned-html
1918
cd ..
2019

2120
machine=$(python -c "from mache import discover_machine; print(discover_machine())")

0 commit comments

Comments
 (0)