Skip to content

Commit dfab3cf

Browse files
committed
Merge branch 'main' into long-run-growth
2 parents 5a96471 + ee08454 commit dfab3cf

20 files changed

+2717
-1595
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
- name: Display Pip Versions
3838
shell: bash -l {0}
3939
run: pip list
40-
# - name: Download "build" folder (cache)
41-
# uses: dawidd6/action-download-artifact@v2
42-
# with:
43-
# workflow: cache.yml
44-
# branch: main
45-
# name: build-cache
46-
# path: _build
40+
- name: Download "build" folder (cache)
41+
uses: dawidd6/action-download-artifact@v2
42+
with:
43+
workflow: cache.yml
44+
branch: main
45+
name: build-cache
46+
path: _build
4747
# Build Assets (Download Notebooks and PDF via LaTeX)
4848
# - name: Build PDF from LaTeX
4949
# shell: bash -l {0}
@@ -63,8 +63,8 @@ jobs:
6363
- name: Build HTML
6464
shell: bash -l {0}
6565
run: |
66-
# rm -r _build/.doctrees
67-
jb build lectures --path-output ./ -W --keep-going
66+
rm -r _build/.doctrees
67+
jb build lectures --path-output ./ -nW --keep-going
6868
- name: Upload Execution Reports (HTML)
6969
uses: actions/upload-artifact@v2
7070
if: failure()

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ dependencies:
66
- anaconda=2022.10
77
- pip
88
- pip:
9-
- jupyter-book==0.14.0
10-
# - quantecon-book-theme==0.3.2
11-
# - sphinx-tojupyter==0.2.1
9+
- jupyter-book==0.15.1
10+
- quantecon-book-theme==0.4.1
11+
- sphinx-tojupyter==0.3.0
1212
- sphinxext-rediraffe==0.2.7
1313
- sphinx-exercise==0.4.1
1414
- sphinx-proof==0.1.3

0 commit comments

Comments
 (0)