Skip to content

Commit

Permalink
Adding NumPy and Scipy for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Sep 29, 2024
1 parent b11cf03 commit fbc3654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -14,7 +14,7 @@ jobs:
- name: Install packages
run: sudo apt update && sudo apt install -y git build-essential curl wget python3 python3-pip texlive texlive-pictures texlive-latex-extra pdf2svg poppler-utils netpbm imagemagick ghostscript
- name: Install Python packages
run: sudo pip install sphinx sphinx-rtd-theme sphinxcontrib-tikz
run: sudo pip install sphinx sphinx-rtd-theme sphinxcontrib-tikz numpy scipy
- name: Build documentation
run: cd docs && make html
- name: Upload math result for job 1
Expand Down
2 changes: 2 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.txt
*.pdf
*.png

0 comments on commit fbc3654

Please sign in to comment.