Skip to content

Commit 04367a3

Browse files
authored
pin environment for upcoming major changes to jupyter-book (#140)
1 parent c363d12 commit 04367a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

environment.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ dependencies:
66
- anaconda=2020.11
77
- pip
88
- pip:
9-
- jupyter-book
10-
- sphinx-multitoc-numbering
9+
- jupyter-book==0.10.2
10+
- sphinx-multitoc-numbering==0.1.3
1111
- quantecon-book-theme==0.1.7
12-
- sphinx-tojupyter
13-
- sphinxext-rediraffe
14-
- sphinx-exercise
15-
- jupytext
16-
- ghp-import
17-
- jupinx
12+
- sphinx-tojupyter==0.1.1
13+
- sphinxext-rediraffe==0.2.7
14+
- sphinx-exercise==0.1.1
15+
- jupytext==1.11.2
16+
- ghp-import==1.1.0
17+
- jupinx==0.2.3
1818
# Temporary Fixes
1919
- tornado>=6.1
2020

0 commit comments

Comments
 (0)