Skip to content

Commit 8df0d0e

Browse files
authored
Update quantecon-book-theme to 0.18.0 and enable sticky_contents (#476)
- Bump quantecon-book-theme from 0.17.1 to 0.18.0 - Enable sticky_contents in html_theme_options for sticky RHS menu
1 parent 03f5cd5 commit 8df0d0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book>=1.0.4post1,<2.0
10-
- quantecon-book-theme==0.17.1
10+
- quantecon-book-theme==0.18.0
1111
- sphinx-tojupyter==0.6.0
1212
- sphinxext-rediraffe==0.3.0
1313
- sphinx-exercise==1.2.1

lectures/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ sphinx:
5252
keywords: Python, QuantEcon, Quantitative Economics, Economics, Sloan, Alfred P. Sloan Foundation, Tom J. Sargent, John Stachurski
5353
analytics:
5454
google_analytics_id: G-X7DH1M2DPY
55+
sticky_contents: true
5556
launch_buttons:
5657
notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
5758
colab_url : https://colab.research.google.com

0 commit comments

Comments
 (0)