Skip to content

Commit

Permalink
Update documentation_generation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fontanapink committed Jul 5, 2024
1 parent 3815765 commit 95f53fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
python-version: "3.10"

- name: Install dependencies
run: pip install sphinx sphinx-rtd-theme
run: |
pip install sphinx sphinx-rtd-theme nbsphinx ipykernel pandoc
- name: Generate API documentation
run: sphinx-apidoc -o docs/source/ ./ setup.py
Expand Down

0 comments on commit 95f53fb

Please sign in to comment.