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 0bb55fe commit d6d72f2Copy full SHA for d6d72f2
.readthedocs.yml
@@ -16,7 +16,7 @@ build:
16
echo "Building documentation for version: $CURRENT_VERSION"
17
18
# Check if this is a v2 version (latest, stable, or tags starting with v2)
19
- if [[ "$CURRENT_VERSION" == "v2" ]]; then
+ if [ "$CURRENT_VERSION" == "v2" ]; then
20
echo "Building brainpy-version2 documentation"
21
mkdir -p docs_build
22
cp -r docs_version2/* docs_build/
0 commit comments