File tree Expand file tree Collapse file tree 4 files changed +22
-10
lines changed
Expand file tree Collapse file tree 4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,13 @@ updates:
1111 prefix : ⬆️
1212 schedule :
1313 interval : weekly
14+
15+ - package-ecosystem : " conda"
16+ directory : " /"
17+ commit-message :
18+ prefix : ⬆️
19+ schedule :
20+ interval : weekly
21+ ignore :
22+ - dependency-name : " jupyter-book"
23+ versions : [">=2.0"]
Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 - name : Display Pip Versions
3434 shell : bash -l {0}
3535 run : pip list
36- - name : Download "build" folder (cache)
37- uses : dawidd6/action-download-artifact@v11
38- with :
39- workflow : cache.yml
40- branch : main
41- name : build-cache
42- path : _build
36+ # - name: Download "build" folder (cache)
37+ # uses: dawidd6/action-download-artifact@v11
38+ # with:
39+ # workflow: cache.yml
40+ # branch: main
41+ # name: build-cache
42+ # path: _build
4343 # TODO: enable pdf and download notebooks
4444 # # Build Assets (Download Notebooks and PDF via LaTeX)
4545 # - name: Build Download Notebooks (sphinx-tojupyter)
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ channels:
33 - default
44dependencies :
55 - python=3.13
6- - anaconda=2025.06
6+ - anaconda=2025.12
77 - pip
88 - pip :
9- - jupyter-book== 1.0.4post1
10- - quantecon-book-theme==0.14.0
9+ - jupyter-book>= 1.0.4post1,<2.0
10+ - quantecon-book-theme==0.15.1
1111 - sphinx-tojupyter==0.6.0
1212 - sphinxext-rediraffe==0.2.7
1313 - sphinx-exercise==1.2.1
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ sphinx:
2727 ' https://www.reddit.com/' ,
2828 ' https://openai.com' ,
2929 ' https://chatgpt.com/' ]
30+ nb_merge_streams : true
3031 html_favicon : _static/lectures-favicon.ico
3132 html_theme : quantecon_book_theme
3233 html_static_path : ['_static']
@@ -41,6 +42,7 @@ sphinx:
4142 header_organisation : QuantEcon
4243 repository_url : https://github.com/QuantEcon/lecture-python-programming.fa
4344 nb_repository_url : https://github.com/QuantEcon/lecture-python-programming.fa.notebooks
45+ path_to_docs : lectures
4446 twitter : quantecon
4547 twitter_logo_url : https://assets.quantecon.org/img/qe-twitter-logo.png
4648 og_logo_url : https://assets.quantecon.org/img/qe-og-logo.png
You can’t perform that action at this time.
0 commit comments