Skip to content

Commit fc4491a

Browse files
authored
ENH: Upgrade quantecon-book-theme (improved dark theme support) (#297)
* ENH: Upgrade quantecon-book-theme * configure logo to support dark theme * remove _static from _config.yml path
1 parent 2c15456 commit fc4491a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip:
99
- jupyter-book==0.15.1
1010
- docutils==0.17.1
11-
- quantecon-book-theme==0.6.0
11+
- quantecon-book-theme==0.6.2
1212
- sphinx-tojupyter==0.3.0
1313
- sphinxext-rediraffe==0.2.7
1414
- sphinx-exercise==0.4.1

lectures/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ sphinx:
2727
html_theme: quantecon_book_theme
2828
html_static_path: ['_static']
2929
html_theme_options:
30+
dark_logo: quantecon-logo-transparent.png
3031
header_organisation_url: https://quantecon.org
3132
header_organisation: QuantEcon
3233
repository_url: https://github.com/QuantEcon/lecture-python-programming.myst
49.6 KB
Loading

0 commit comments

Comments
 (0)