Skip to content

Commit aa338a2

Browse files
committed
TEST: Install theme from enh/improve-lecture-header-328 branch and add path_to_docs config
1 parent 4d82554 commit aa338a2

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
10-
- quantecon-book-theme==0.11.0
10+
- git+https://github.com/QuantEcon/quantecon-book-theme.git@enh/improve-lecture-header-328
1111
- sphinx-tojupyter==0.4.0
1212
- sphinxext-rediraffe==0.2.7
1313
- sphinx-exercise==1.2.0

lectures/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ sphinx:
8383
header_organisation: QuantEcon
8484
repository_url: https://github.com/QuantEcon/lecture-python.myst
8585
nb_repository_url: https://github.com/QuantEcon/lecture-python.notebooks
86+
path_to_docs: lectures
8687
twitter: quantecon
8788
twitter_logo_url: https://assets.quantecon.org/img/qe-twitter-logo.png
8889
og_logo_url: https://assets.quantecon.org/img/qe-og-logo.png

0 commit comments

Comments
 (0)