Skip to content

Commit b7a0c22

Browse files
authored
MAINT: upgrade latest build software versions (#326)
* MAINT: upgrade latest build software versions * TST: deps updated on quantecon-book-theme * tst: updates to sphinx-exercise * fix theme source * update software with patches * test fix to sphinx>=5,<6 * downgrade to youtube=1.3.0 * Revert "downgrade to youtube=1.3.0" This reverts commit d92de23. * pin sphinx-youtube to 1.3.0 for sphinx5 compat * update quantecon-book-theme and sphinx-exercise * tst: against libsass upgrade * use quantecon-book-theme==0.7.5 * upgrade quantecon-book-theme * tmp: disable build cache * Revert "tmp: disable build cache" This reverts commit da5a2be.
1 parent 6b406ae commit b7a0c22

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

environment.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,13 @@ dependencies:
66
- anaconda=2024.10
77
- pip
88
- pip:
9-
- jupyter-book==0.15.1
10-
- docutils==0.17.1
11-
- quantecon-book-theme==0.7.2
9+
- jupyter-book==1.0.3
10+
- quantecon-book-theme==0.7.6
1211
- sphinx-tojupyter==0.3.0
1312
- sphinxext-rediraffe==0.2.7
14-
- sphinx-exercise==0.4.1
15-
- ghp-import==1.1.0
16-
- sphinxcontrib-youtube==1.1.0
17-
- sphinx-togglebutton==0.3.1
18-
# Github Actions Bug
19-
- requests
20-
# Docker Requirements
21-
- pytz
22-
# Additional Requirements
23-
- array-to-latex
24-
- prettytable
13+
- sphinx-exercise==1.0.1
14+
- ghp-import==2.1.0
15+
- sphinxcontrib-youtube==1.3.0 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
16+
- sphinx-togglebutton==0.3.2
2517

2618

0 commit comments

Comments
 (0)