Skip to content

Commit d3f54ea

Browse files
committed
fix(docs): add echo statements for documentation build process clarity
1 parent c24ce96 commit d3f54ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ build:
1414
# Copy the appropriate conf.py based on project name
1515
- |
1616
if [ "$PROJECT_VERSION" = "brainpy-version2" ]; then
17+
echo "Building brainpy-version2 documentation"
1718
mkdir -p docs_build
1819
cp -r docs_version2/* docs_build/
1920
else
21+
echo "Building standard brainpy documentation"
2022
mkdir -p docs_build
2123
cp -r docs/* docs_build/
2224
fi

0 commit comments

Comments
 (0)