Skip to content

Commit d6d72f2

Browse files
committed
fix
1 parent 0bb55fe commit d6d72f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
echo "Building documentation for version: $CURRENT_VERSION"
1717
1818
# Check if this is a v2 version (latest, stable, or tags starting with v2)
19-
if [[ "$CURRENT_VERSION" == "v2" ]]; then
19+
if [ "$CURRENT_VERSION" == "v2" ]; then
2020
echo "Building brainpy-version2 documentation"
2121
mkdir -p docs_build
2222
cp -r docs_version2/* docs_build/

0 commit comments

Comments
 (0)