Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build Cache [using jupyter-book]
on:
push:
branches:
- cache_test_1
- main
jobs:
tests:
Expand Down Expand Up @@ -34,6 +35,11 @@ jobs:
xindy \
dvipng \
cm-super
# Build Assets (Download Notebooks and PDF via LaTeX)
- name: Build PDF from LaTeX
shell: bash -l {0}
run: |
jb build lectures --builder pdflatex --path-output ./ -n --keep-going
- name: Build HTML
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==0.4.1
- sphinx-proof==0.2.0
- sphinx-proof==0.1.3
- ghp-import==1.1.0
- sphinxcontrib-youtube==1.1.0
- sphinx-togglebutton==0.3.1
Expand Down
3 changes: 1 addition & 2 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ html:
baseurl: https://intro.quantecon.org/

bibtex_bibfiles:
- _static/quant-econ.bib
- quant-econ.bib

latex:
latex_documents:
Expand All @@ -45,7 +45,6 @@ sphinx:
width: 80%
nb_code_prompt_show: "Show {type}"
suppress_warnings: [mystnb.unknown_mime_type, myst.domains]
proof_minimal_theme: true
# -------------
html_js_files:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lectures/zreferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ kernelspec:
(references)=
# References

```{bibliography} _static/quant-econ.bib
```{bibliography} quant-econ.bib
```

Loading