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 38afc2a commit 9fa7a6eCopy full SHA for 9fa7a6e
.readthedocs.yml
@@ -17,7 +17,7 @@ build:
17
echo "Building documentation for version: $CURRENT_VERSION"
18
19
# Check if this is a v2 version (branch/tag starts with v2 or contains version2)
20
- if [[ "$CURRENT_VERSION" == v2* ]] || [[ "$CURRENT_VERSION" == *version2* ]]; then
+ if [[ "$CURRENT_VERSION" == stable* ]] || [[ "$CURRENT_VERSION" == v2* ]] || [[ "$CURRENT_VERSION" == *version2* ]]; then
21
echo "Building brainpy-version2 documentation"
22
mkdir -p docs_build
23
cp -r docs_version2/* docs_build/
0 commit comments