Skip to content

Commit b9079db

Browse files
authored
Merge pull request #154 from QuantEcon/update-build-software
MAINT: Update jupyterbook build infrastructure
2 parents 6081a5e + 2814ade commit b9079db

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -W --keep-going
5555
mkdir -p _build/html/_notebooks
56-
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
56+
rsync -r _build/jupyter/ _build/html/_notebooks/
5757
# Build HTML (Website)
5858
- name: Build HTML
5959
shell: bash -l {0}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash -l {0}
6060
run: |
6161
mkdir -p _build/html/_notebooks
62-
rsync -r _build/jupyter/ _build/html/_notebooks/s
62+
rsync -r _build/jupyter/ _build/html/_notebooks/
6363
# Build Website
6464
- name: Build HTML
6565
shell: bash -l {0}

lectures/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ sphinx:
5757
description: This website presents a set of lectures on quantitative economic modeling, designed and written by Jesse Perla, Thomas J. Sargent and John Stachurski. The language instruction is Julia.
5858
keywords: Julia, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
5959
google_analytics_id: UA-54984338-8
60-
mathjax_config:
61-
TeX:
62-
Macros:
60+
mathjax3_config:
61+
tex:
62+
macros:
6363
"argmax" : "arg\\,max"
6464
"argmin" : "arg\\,min"
6565
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
jupyter-book==0.11.3
1+
jupyter-book==0.12.1
22
sphinx-multitoc-numbering==0.1.3
33
sphinxext.rediraffe==0.2.7
4-
sphinx-tojupyter==0.1.2
5-
quantecon-book-theme==0.2.7
4+
sphinx-tojupyter==0.2.0
5+
quantecon-book-theme==0.3.1

0 commit comments

Comments
 (0)