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 41ce306 + 91759fb commit 778ae75Copy full SHA for 778ae75
3 files changed
.github/workflows/ci.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v5
11
+ with:
12
+ fetch-depth: 0
13
- name: Setup Anaconda
14
uses: conda-incubator/setup-miniconda@v3
15
with:
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
16
17
environment.yml
@@ -9,7 +9,7 @@ dependencies:
- jupyter-book>=1.0.4post1,<2.0
- quantecon-book-theme==0.15.1
- sphinx-tojupyter==0.6.0
- - sphinxext-rediraffe==0.2.7
+ - sphinxext-rediraffe==0.3.0
- sphinx-exercise==1.2.1
- sphinx-proof==0.3.0
- sphinxcontrib-youtube==1.4.1
0 commit comments