Skip to content
Closed
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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
python-version: "3.12"
environment-file: environment.yml
activate-environment: quantecon
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Graphics Support #TODO: Review if graphviz is needed
run: |
sudo apt-get -qq update && sudo apt-get install -y graphviz
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ dependencies:
- sphinx-proof==0.2.0
- sphinx-togglebutton==0.3.2
- sphinx-reredirects==0.1.4 #Version 0.1.5 requires sphinx>=7.1
- sphinxcontrib-katex
3 changes: 2 additions & 1 deletion lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ latex:
targetname: quantecon-python-intro.tex

sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter, sphinx_reredirects]
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_proof, sphinx_tojupyter, sphinx_reredirects, sphinxcontrib.katex]
config:
bibtex_reference_style: author_year
# false-positive links
Expand Down Expand Up @@ -107,6 +107,7 @@ sphinx:
"argmax" : "arg\\,max"
"argmin" : "arg\\,min"
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
katex_prerender: True
rediraffe_redirects:
index_toc.md: intro.md
# Remote Redirects
Expand Down
Loading