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
2 changes: 1 addition & 1 deletion environment-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- sphinxext-rediraffe==0.2.7
- sphinx_reredirects==0.1.4
- sphinx-exercise==1.0.1
- sphinx-proof==0.2.1
- git+https://github.com/executablebooks/sphinx-proof.git@main
- ghp-import==1.1.0
- sphinxcontrib-youtube==1.4.1 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
- sphinx-togglebutton==0.3.2
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- sphinx-tojupyter==0.3.1
- sphinxext-rediraffe==0.2.7
- sphinx-exercise==1.0.1
- sphinx-proof==0.2.1
- git+https://github.com/executablebooks/sphinx-proof.git@main
- sphinxcontrib-youtube==1.4.1
- sphinx-togglebutton==0.3.2
- sphinx-reredirects==0.1.4
2 changes: 1 addition & 1 deletion lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ latex:
sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_proof, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_reredirects]
config:
language: zh_CN
# false-positive links
linkcheck_ignore: ['https://online.stat.psu.edu/stat415/book/export/html/834']
bibtex_reference_style: author_year
Expand Down Expand Up @@ -90,7 +91,6 @@ sphinx:
google_analytics_id: G-J0SMYR4SG3
launch_buttons:
colab_url : https://colab.research.google.com
intersphinx_mapping:
intersphinx_mapping:
intermediate:
- https://python.quantecon.org/
Expand Down
Loading