Skip to content

Commit 9291352

Browse files
authored
Merge branch 'main' into hansen_singleton
2 parents 7f1f7c4 + 44be08c commit 9291352

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash -l {0}
4545
run: pip list
4646
- name: Download "build" folder (cache)
47-
uses: dawidd6/action-download-artifact@v14
47+
uses: dawidd6/action-download-artifact@v15
4848
with:
4949
workflow: cache.yml
5050
branch: main

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: bash -l {0}
3434
run: pip list
3535
- name: Download "build" folder (cache)
36-
uses: dawidd6/action-download-artifact@v14
36+
uses: dawidd6/action-download-artifact@v15
3737
with:
3838
workflow: cache.yml
3939
branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: pip list
4040
# Download Build Cache from cache.yml
4141
- name: Download "build" folder (cache)
42-
uses: dawidd6/action-download-artifact@v14
42+
uses: dawidd6/action-download-artifact@v15
4343
with:
4444
workflow: cache.yml
4545
branch: main

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book>=1.0.4post1,<2.0
10-
- quantecon-book-theme==0.16.0
10+
- quantecon-book-theme==0.18.0
1111
- sphinx-tojupyter==0.6.0
1212
- sphinxext-rediraffe==0.3.0
1313
- sphinx-exercise==1.2.1

lectures/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ sphinx:
9191
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
9292
analytics:
9393
google_analytics_id: G-J0SMYR4SG3
94+
sticky_contents: true
9495
launch_buttons:
9596
colab_url : https://colab.research.google.com
9697
intersphinx_mapping:

0 commit comments

Comments
 (0)