Skip to content

Commit

Permalink
add building docs via sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikronic committed Sep 9, 2023
1 parent a8275e6 commit 4b6fb39
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test-build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
activate-environment: niklib-cpu
environment-file: env-cpu.yml
channels: conda-forge,defaults


- name: install package and docs optional dependencies
run: pip install .[doc]
- name: install the package
run: pip install -e .

- name: Build docs
run: |
cd docs
make html

0 comments on commit 4b6fb39

Please sign in to comment.