Skip to content

Commit d1a3ccc

Browse files
HumphreyYangmmcky
andauthored
Migrating Two Asset Pricing Lectures to Advanced Series (#851)
* updates * remove advanced: * remove redireff from config * update / in config * return to []() since pdf building failed * try a different sphinx version * remove sphinx version pin * revert trailing slash on advanced intersphinx URL to match main * restore trailing slash on advanced URL; clear stale doctrees in CI * use intersphinx references for migrated lectures --------- Co-authored-by: Matt McKay <mmcky@users.noreply.github.com>
1 parent 0a6ae55 commit d1a3ccc

File tree

11 files changed

+11
-5881
lines changed

11 files changed

+11
-5881
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
branch: main
5151
name: build-cache
5252
path: _build
53+
- name: Clear stale Sphinx environment
54+
shell: bash -l {0}
55+
run: rm -rf _build/.doctrees
5356
# Build Assets (Download Notebooks and PDF via LaTeX)
5457
- name: Build Download Notebooks (sphinx-tojupyter)
5558
shell: bash -l {0}

lectures/_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ sphinx:
9999
- "https://intro.quantecon.org/"
100100
- null
101101
advanced:
102-
- "https://python-advanced.quantecon.org"
102+
- "https://python-advanced.quantecon.org/"
103103
- null
104104
jax:
105105
- "https://jax.quantecon.org/"
@@ -124,6 +124,8 @@ sphinx:
124124
schelling: https://intro.quantecon.org/schelling.html
125125
scalar_dynam: https://intro.quantecon.org/scalar_dynam.html
126126
complex_and_trig: https://intro.quantecon.org/complex_and_trig.html
127+
doubts_or_variability: https://python-advanced.quantecon.org/doubts_or_variability.html
128+
risk_aversion_or_mistaken_beliefs: https://python-advanced.quantecon.org/risk_aversion_or_mistaken_beliefs.html
127129
# sphinx-proof
128130
proof_minimal_theme: true
129131
# sphinx-exercise
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)