Skip to content

Commit

Permalink
CI: Leave the doc requirements where they are
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Nov 7, 2024
1 parent 6a22cfd commit e68efeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install pandoc
pip install -r examples/requirements.txt
pip install sphinx nbsphinx sphinx_rtd_theme
pip install -r requirements-docs.txt
- name: Build docs
run: |
cd docs
Expand Down
3 changes: 2 additions & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx
sphinx_rtd_theme
nbsphinx
nbsphinx
ipython

0 comments on commit e68efeb

Please sign in to comment.