We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d1d86 commit a8fd456Copy full SHA for a8fd456
1 file changed
.github/workflows/build-docs.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
python -m pip install --upgrade pip
54
pip install sphinx furo numpydoc breathe myst-parser
55
- pip install -e .
+ CMAKE_ARGS="-DBUILD_GUI=OFF" pip install -e .
56
57
- name: Build documentation (Doxygen + Sphinx)
58
working-directory: docs
0 commit comments