Skip to content

Commit eb05a1c

Browse files
committed
add sphinx-tojupyter
1 parent 755e8f8 commit eb05a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash -l {0}
2424
run: |
2525
conda install anaconda
26-
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe
26+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
2727
- name: Build Lectures (+ Execution Checks) [Linux, OS X]
2828
shell: bash -l {0}
2929
run: jb build lectures --path-output=./
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
conda install anaconda
4949
pip install jupyter-book
50-
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe
50+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
5151
- name: Build Lectures (+ Execution Checks) [Windows]
5252
shell: powershell
5353
run: jb build lectures --path-output=./

0 commit comments

Comments
 (0)