Skip to content

Commit 72d35a3

Browse files
committed
tracking issue 635 - enabling theme 0.15.0
1 parent 7935e25 commit 72d35a3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

notebooks/myst.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,20 @@ project:
2424
output_matplotlib_strings: warn
2525

2626
site:
27-
template: book-theme
27+
# template: book-theme
28+
# https://github.com/jupyter-book/myst-theme/issues/635
29+
# 0.15.0 : looks OK but the first entry numpy-introduction-nb brings me to a 404 (most of the time..)
30+
template: https://github.com/myst-templates/book-theme/archive/74c81fa6b6b8bc0852498031aaf753bdc72685d5.zip
31+
# 0.15.1 : totally wrong
32+
# template: https://github.com/myst-templates/book-theme/archive/ed9e02dd952e1cc19e5dc877ec7860c505e087b8.zip
33+
# 0.15.2 : totally wrong
34+
# template: https://github.com/myst-templates/book-theme/archive/cff6f8852595cc39843bc984902a70453a5731c0.zip
35+
# 0.16.0
36+
# template: https://github.com/myst-templates/book-theme/archive/b4f7ed0e437f59750d1702028c2c39cd87e47eaa.zip
37+
# 0.17.0 : exact same behaviour locally as 0.15.0
38+
# there obviously is a difference between local and online builds...
39+
# template: https://github.com/myst-templates/book-theme/archive/de4c1e9c09c6cd12fc529c1f22e8abf8e7f35381.zip
40+
2841
# used in the tab name
2942
title: jlab-examples
3043
# this would be for the horizontal header bar - not used here (yet)

0 commit comments

Comments
 (0)