Skip to content

Commit eae4e49

Browse files
committed
Add exercise_style config and re-enable build cache
- Add exercise_style: solution_follow_exercise for sphinx-exercise - Re-enable build cache after full execution checks
1 parent e7421fa commit eae4e49

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
- name: Display Pip Versions
4545
shell: bash -l {0}
4646
run: pip list
47-
# - name: Download "build" folder (cache)
48-
# uses: dawidd6/action-download-artifact@v11
49-
# with:
50-
# workflow: cache.yml
51-
# branch: main
52-
# name: build-cache
53-
# path: _build
47+
- name: Download "build" folder (cache)
48+
uses: dawidd6/action-download-artifact@v11
49+
with:
50+
workflow: cache.yml
51+
branch: main
52+
name: build-cache
53+
path: _build
5454
# Build Assets (Download Notebooks and PDF via LaTeX)
5555
- name: Build Download Notebooks (sphinx-tojupyter)
5656
shell: bash -l {0}

lectures/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ sphinx:
2828
'https://openai.com',
2929
'https://chatgpt.com/']
3030
nb_merge_streams: true
31+
# sphinx-exercise
32+
exercise_style: "solution_follow_exercise"
3133
html_favicon: _static/lectures-favicon.ico
3234
html_theme: quantecon_book_theme
3335
html_static_path: ['_static']

0 commit comments

Comments
 (0)