Skip to content

Commit f93e0b9

Browse files
committed
Configure zh_CN language for sphinx-proof Chinese support
Set language to zh_CN in sphinx config to enable Chinese translations for proof, theorem, lemma, and other sphinx-proof directives. Also fix duplicate intersphinx_mapping key in config.
1 parent 9526fd3 commit f93e0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)