Skip to content

Commit 778ae75

Browse files
authored
Merge branch 'main' into gorman
2 parents 41ce306 + 91759fb commit 778ae75

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v5
11+
with:
12+
fetch-depth: 0
1113
- name: Setup Anaconda
1214
uses: conda-incubator/setup-miniconda@v3
1315
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
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
@@ -9,7 +9,7 @@ dependencies:
99
- jupyter-book>=1.0.4post1,<2.0
1010
- quantecon-book-theme==0.15.1
1111
- sphinx-tojupyter==0.6.0
12-
- sphinxext-rediraffe==0.2.7
12+
- sphinxext-rediraffe==0.3.0
1313
- sphinx-exercise==1.2.1
1414
- sphinx-proof==0.3.0
1515
- sphinxcontrib-youtube==1.4.1

0 commit comments

Comments
 (0)