Skip to content

Commit 44bf06c

Browse files
authored
⬆️ Upgrade build software and dependencies (#48)
* ⬆️ Upgrade build software and dependencies - Upgrade anaconda to 2025.12 - Upgrade quantecon-book-theme to 0.15.1 - Add jupyter-book version constraint (<2.0) - Configure Dependabot for conda ecosystem with jupyter-book restriction - Add nb_merge_streams and path_to_docs to _config.yml - Temporarily disable build cache for full execution check * Re-enable build cache after full execution checks
1 parent 8710c03 commit 44bf06c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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"]

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ channels:
33
- default
44
dependencies:
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

lectures/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)