Skip to content

Commit a8fd456

Browse files
committed
Fix docs build: disable GUI to avoid OpenGL dependency
1 parent 33d1d86 commit a8fd456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
python -m pip install --upgrade pip
5454
pip install sphinx furo numpydoc breathe myst-parser
55-
pip install -e .
55+
CMAKE_ARGS="-DBUILD_GUI=OFF" pip install -e .
5656
5757
- name: Build documentation (Doxygen + Sphinx)
5858
working-directory: docs

0 commit comments

Comments
 (0)