Skip to content

Commit

Permalink
Add requirements for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 21, 2024
1 parent b48f823 commit 70515c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: matrix.python-version == 3.9
- name: Install documentation dependencies
run: |
python -m pip install -r <(python -c "import yaml; print('\n'.join(yaml.safe_load(open('environment_docs.yaml'))['dependencies']))")
if [ -f requirements_docs.txt ]; then pip install -r requirements_docs.txt; fi
if: matrix.python-version == 3.9
- name: Build docs 🏗️
run: make docs
Expand Down
3 changes: 3 additions & 0 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx
nbsphinx
ipython

0 comments on commit 70515c9

Please sign in to comment.