Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 6627534

Browse files
committed
Build docs setup verison
1 parent 2965061 commit 6627534

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,17 @@ jobs:
5656
5757
pip --quiet install cmake>=3.18.0 ninja
5858
59+
cd packaging
60+
. ./pkg_helpers.bash
61+
setup_build_version
62+
cd ../
5963
6064
# Install build tools
6165
conda install --quiet -y -c conda-forge pandoc doxygen pysoundfile
6266
pip install --quiet -r docs/requirements.txt
6367
68+
69+
6470
# Build docs
6571
export BUILD_GALLERY=true
6672
(cd docs && make 'SPHINXOPTS=-W' html)

0 commit comments

Comments
 (0)