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
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pip
- pip:
- jupyter-book==1.0.4post1
- quantecon-book-theme==0.20.0
- quantecon-book-theme==0.20.2
- sphinx-tojupyter==0.6.0
- sphinxext-rediraffe==0.3.0
Comment thread
mmcky marked this conversation as resolved.
- sphinx-exercise==1.2.1
Expand Down
8 changes: 8 additions & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ sphinx:
repository_url: https://github.com/QuantEcon/lecture-python-intro
nb_repository_url: https://github.com/QuantEcon/lecture-python-intro.notebooks
path_to_docs: lectures
languages:
- code: en
name: English
url: https://intro.quantecon.org/
- code: zh-cn
name: 中文
url: https://quantecon.github.io/lecture-intro.zh-cn/
current_language: en
twitter: quantecon
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
Expand Down
Loading