Skip to content

Commit 9f690a6

Browse files
DOC: leave doc requirements in one place
1 parent 78b7666 commit 9f690a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt-get update -y
2323
sudo apt-get install pandoc
2424
pip install -r examples/requirements.txt
25-
pip install sphinx nbsphinx sphinx_rtd_theme
25+
pip install -r requirements-docs.txt
2626
- name: Build docs
2727
run: |
2828
cd docs

requirements-docs.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx
22
sphinx_rtd_theme
3-
nbsphinx
3+
nbsphinx
4+
ipython

0 commit comments

Comments
 (0)