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 d3f54ea commit 0f83125Copy full SHA for 0f83125
.readthedocs.yml
@@ -14,10 +14,12 @@ build:
14
# Copy the appropriate conf.py based on project name
15
- |
16
if [ "$PROJECT_VERSION" = "brainpy-version2" ]; then
17
+ echo "PROJECT_VERSION is: $PROJECT_VERSION"
18
echo "Building brainpy-version2 documentation"
19
mkdir -p docs_build
20
cp -r docs_version2/* docs_build/
21
else
22
23
echo "Building standard brainpy documentation"
24
25
cp -r docs/* docs_build/
0 commit comments