Skip to content

Commit 51842d1

Browse files
authored
MAINT: Upgrade quantecon-book-theme and python=3.11 (#281)
* MAINT: Upgrade quantecon-book-theme and python=3.11 * upgrade to quantecon-book-theme==0.7.1 * add transparent logo for dark mode * adjust author information for new theme
1 parent dc8565f commit 51842d1

File tree

7 files changed

+13
-5
lines changed

7 files changed

+13
-5
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.9
18+
python-version: 3.11
1919
- name: Install Python Dependencies
2020
run: |
2121
pip install -r requirements.txt

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.9
13+
python-version: 3.11
1414
- name: Install Python Dependencies
1515
run: |
1616
pip install -r requirements.txt

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.9
16+
python-version: 3.11
1717
- name: Install Python Dependencies
1818
run: |
1919
pip install -r requirements.txt

lectures/_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ sphinx:
5656
html_theme: quantecon_book_theme
5757
html_static_path: ['_static']
5858
html_theme_options:
59+
authors:
60+
- name: Jesse Perla
61+
url: https://www.jesseperla.com
62+
- name: Thomas J. Sargent
63+
url: http://www.tomsargent.com/
64+
- name: John Stachurski
65+
url: https://johnstachurski.net/
66+
dark_logo: quantecon-logo-transparent.png
5967
header_organisation_url: https://quantecon.org
6068
header_organisation: QuantEcon
6169
repository_url: https://github.com/quantecon/lecture-julia.myst
49.6 KB
Loading

lectures/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kernelspec:
1111

1212
# Quantitative Economics with Julia
1313

14-
This website presents a set of lectures on quantitative economic modeling, designed and written by [Jesse Perla](https://www.jesseperla.com), [Thomas J. Sargent](http://www.tomsargent.com/) and [John Stachurski](http://johnstachurski.net/). The language instruction is Julia.
14+
This website presents a set of lectures on quantitative economic modeling.
1515

1616
```{tableofcontents}
1717
```

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jupyter-book==0.15.1
2-
quantecon-book-theme==0.5.3
2+
quantecon-book-theme==0.7.1
33
sphinx-tojupyter==0.3.0
44
sphinxext.rediraffe==0.2.7

0 commit comments

Comments
 (0)