File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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']
You can’t perform that action at this time.
0 commit comments