We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24ce96 commit d3f54eaCopy full SHA for d3f54ea
1 file changed
.readthedocs.yml
@@ -14,9 +14,11 @@ build:
14
# Copy the appropriate conf.py based on project name
15
- |
16
if [ "$PROJECT_VERSION" = "brainpy-version2" ]; then
17
+ echo "Building brainpy-version2 documentation"
18
mkdir -p docs_build
19
cp -r docs_version2/* docs_build/
20
else
21
+ echo "Building standard brainpy documentation"
22
23
cp -r docs/* docs_build/
24
fi
0 commit comments