Skip to content

Commit 0678fc3

Browse files
committed
Merge remote-tracking branch 'origin/main' into reorganize-parallel-lectures
2 parents 300ec30 + bb64490 commit 0678fc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
}
9494
EOF
9595
- name: Upload archives to release
96-
uses: softprops/action-gh-release@v1
96+
uses: softprops/action-gh-release@v2
9797
with:
9898
files: |
9999
lecture-python-programming-html-${{ github.ref_name }}.tar.gz

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book==1.0.4post1
10-
- quantecon-book-theme==0.9.2
11-
- sphinx-tojupyter==0.3.1
10+
- quantecon-book-theme==0.11.0
11+
- sphinx-tojupyter==0.6.0
1212
- sphinxext-rediraffe==0.2.7
13-
- sphinx-exercise==1.0.1
13+
- sphinx-exercise==1.2.1
1414
- sphinxcontrib-youtube==1.4.1
1515
- sphinx-togglebutton==0.3.2
1616

0 commit comments

Comments
 (0)