Skip to content

Commit

Permalink
Added missing API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
vova5703945 committed Feb 16, 2024
1 parent 42d04f6 commit 44a6266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt update && sudo apt -y install gcc python3-dev pandoc python3-psutil && pip install sphinx matplotlib ipywidgets nbsphinx pylatexenc sphinx-pdj-theme myst_parser
sudo apt update && sudo apt -y install gcc python3-dev pandoc python3-psutil && pip install . && pip install sphinx matplotlib ipywidgets nbsphinx pylatexenc sphinx-pdj-theme myst_parser
- name: Sphinx build
run: |
Expand Down

0 comments on commit 44a6266

Please sign in to comment.