Skip to content

Commit a566106

Browse files
committed
Update sphinx-proof to version 0.3.0
- Updated environment.yml to use sphinx-proof==0.3.0 - Updated environment-cn.yml to use sphinx-proof==0.3.0 - Added language: zh_CN configuration for Chinese language support - Fixed duplicate intersphinx_mapping key in _config.yml
1 parent 8da6356 commit a566106

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment-cn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- sphinxext-rediraffe==0.2.7
1414
- sphinx_reredirects==0.1.4
1515
- sphinx-exercise==1.0.1
16-
- sphinx-proof==0.2.1
16+
- sphinx-proof==0.3.0
1717
- ghp-import==1.1.0
1818
- sphinxcontrib-youtube==1.4.1 #Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
1919
- sphinx-togglebutton==0.3.2

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- sphinx-tojupyter==0.3.1
1212
- sphinxext-rediraffe==0.2.7
1313
- sphinx-exercise==1.0.1
14-
- sphinx-proof==0.2.1
14+
- sphinx-proof==0.3.0
1515
- sphinxcontrib-youtube==1.4.1
1616
- sphinx-togglebutton==0.3.2
1717
- sphinx-reredirects==0.1.4

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ latex:
3434
sphinx:
3535
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]
3636
config:
37+
language: zh_CN
3738
# false-positive links
3839
linkcheck_ignore: ['https://online.stat.psu.edu/stat415/book/export/html/834']
3940
bibtex_reference_style: author_year
@@ -90,7 +91,6 @@ sphinx:
9091
google_analytics_id: G-J0SMYR4SG3
9192
launch_buttons:
9293
colab_url : https://colab.research.google.com
93-
intersphinx_mapping:
9494
intersphinx_mapping:
9595
intermediate:
9696
- https://python.quantecon.org/

0 commit comments

Comments
 (0)