We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a3134 commit c424abeCopy full SHA for c424abe
2 files changed
environment.yml
@@ -7,7 +7,7 @@ dependencies:
7
- pip
8
- pip:
9
- jupyter-book==1.0.3
10
- - quantecon-book-theme==0.8.2
+ - https://github.com/QuantEcon/quantecon-book-theme@copilot/fix-291
11
- sphinx-tojupyter==0.3.0
12
- sphinxext-rediraffe==0.2.7
13
- sphinx-reredirects==0.1.4
lectures/_config.yml
@@ -52,6 +52,7 @@ sphinx:
52
notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
53
colab_url : https://colab.research.google.com
54
thebe : false # Add a thebe button to pages (requires the repository to run on Binder)
55
+ enable_RTL: True
56
mathjax_path: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
57
rediraffe_redirects:
58
index_toc.md: intro.md
0 commit comments