We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 300ec30 + bb64490 commit 0678fc3Copy full SHA for 0678fc3
.github/workflows/publish.yml
@@ -93,7 +93,7 @@ jobs:
93
}
94
EOF
95
- name: Upload archives to release
96
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
97
with:
98
files: |
99
lecture-python-programming-html-${{ github.ref_name }}.tar.gz
environment.yml
@@ -7,10 +7,10 @@ dependencies:
7
- pip
8
- pip:
9
- jupyter-book==1.0.4post1
10
- - quantecon-book-theme==0.9.2
11
- - sphinx-tojupyter==0.3.1
+ - quantecon-book-theme==0.11.0
+ - sphinx-tojupyter==0.6.0
12
- sphinxext-rediraffe==0.2.7
13
- - sphinx-exercise==1.0.1
+ - sphinx-exercise==1.2.1
14
- sphinxcontrib-youtube==1.4.1
15
- sphinx-togglebutton==0.3.2
16
0 commit comments