Skip to content

Commit 4c69c78

Browse files
committed
tweak to get jupyter notebooks showing up
1 parent 1e89255 commit 4c69c78

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@
3333
"sphinx.ext.napoleon",
3434
'sphinx.ext.todo',
3535
'sphinx.ext.githubpages',
36+
'jupyter_sphinx.execute'
37+
3638
]
3739

38-
html_theme = "haiku"
40+
html_theme = "sphinx_rtd_theme"
3941

4042
html_static_path = ['_static']
4143
html_logo = "_static/nctoolkit_logo.jpg"

0 commit comments

Comments
 (0)