Skip to content

Commit aa98b1e

Browse files
authored
ENH: test enable_RTL in qe_theme (#8)
* ENH: test enable_RTL in qe_theme * add jupytext headers for about_py * update install from branch syntax * upgrade python=3.13 * lowercase option name * install quantecon-book-theme==0.9.0 with rtl support
1 parent 47dbd22 commit aa98b1e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
auto-update-conda: true
1212
auto-activate-base: true
1313
miniconda-version: 'latest'
14-
python-version: "3.12"
14+
python-version: "3.13"
1515
environment-file: environment.yml
1616
activate-environment: quantecon
1717
- name: Install latex dependencies

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: quantecon
22
channels:
33
- default
44
dependencies:
5-
- python=3.12
6-
- anaconda=2024.10
5+
- python=3.13
6+
- anaconda=2025.06
77
- pip
88
- pip:
99
- jupyter-book==1.0.3
10-
- quantecon-book-theme==0.8.2
10+
- quantecon-book-theme==0.9.0
1111
- sphinx-tojupyter==0.3.0
1212
- sphinxext-rediraffe==0.2.7
1313
- sphinx-reredirects==0.1.4

lectures/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ sphinx:
4646
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png
4747
description: This website presents a set of lectures on python programming for economics, designed and written by Thomas J. Sargent and John Stachurski.
4848
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
49+
enable_rtl: True
4950
analytics:
5051
google_analytics_id: G-X7DH1M2DPY
5152
launch_buttons:

0 commit comments

Comments
 (0)