Skip to content

Commit

Permalink
feat: Added cmake option that allows you to build docs on a non-cuda …
Browse files Browse the repository at this point in the history
…capable platform.
  • Loading branch information
amstokely committed Nov 27, 2023
1 parent 6ec969f commit 45ecc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install CMake
run: sudo apt-get install cmake
- name: Configure CMake
run: cmake .. -DBUILD_NETSCI=OFF -DBUILD_PYTHON_BINDINGS=OFF -DBUILD_SAMPLES=OFF -DGENERATE_DOCS=ON
run: cmake . -DBUILD_NETSCI=OFF -DBUILD_PYTHON_BINDINGS=OFF -DBUILD_SAMPLES=OFF -DGENERATE_DOCS=ON
- name: Build Doxygen Documentation
run: make docs

Expand Down

0 comments on commit 45ecc0e

Please sign in to comment.