Skip to content

Commit 4f25b05

Browse files
authored
Upgrade quantecon-book-theme to 0.12.0 with git metadata (#432)
* Upgrade quantecon-book-theme to 0.12.0 and add path_to_docs config * tmp: disable build cache * FIX: Add fetch-depth: 0 to enable full git history for changelog feature * Revert "tmp: disable build cache" This reverts commit c731a33.
1 parent cc9c325 commit 4f25b05

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v5
8+
with:
9+
fetch-depth: 0 # Fetch full git history for changelog feature
810
- name: Setup Anaconda
911
uses: conda-incubator/setup-miniconda@v3
1012
with:

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v5
13+
with:
14+
fetch-depth: 0 # Fetch full git history for changelog feature
1315
- name: Setup Anaconda
1416
uses: conda-incubator/setup-miniconda@v3
1517
with:

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
10-
- quantecon-book-theme==0.11.0
10+
- quantecon-book-theme==0.12.0
1111
- sphinx-tojupyter==0.6.0
1212
- sphinxext-rediraffe==0.2.7
1313
- sphinx-exercise==1.2.1

lectures/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ sphinx:
4141
header_organisation: QuantEcon
4242
repository_url: https://github.com/QuantEcon/lecture-python-programming.myst
4343
nb_repository_url: https://github.com/QuantEcon/lecture-python-programming.notebooks
44+
path_to_docs: lectures
4445
twitter: quantecon
4546
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
4647
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png

0 commit comments

Comments
 (0)