Skip to content

Commit d2178b1

Browse files
authored
ENH: Switch to use QuantEcon theme (#142)
1 parent 2ee1330 commit d2178b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book==0.15.1
10-
# - quantecon-book-theme==0.3.2
11-
# - sphinx-tojupyter==0.2.1
10+
- quantecon-book-theme==0.4.1
11+
- sphinx-tojupyter==0.3.0
1212
- sphinxext-rediraffe==0.2.7
1313
- sphinx-exercise==0.4.1
1414
- sphinx-proof==0.1.3

lectures/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sphinx:
3636
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_exercise, sphinx_togglebutton, sphinx_proof] # sphinx_tojupyter
3737
config:
3838
html_favicon: _static/lectures-favicon.ico
39-
html_theme: sphinx_book_theme
39+
html_theme: quantecon_book_theme
4040
html_static_path: ['_static']
4141
html_theme_options:
4242
# header_organisation_url: https://quantecon.org

0 commit comments

Comments
 (0)