Skip to content

Commit cdd8f66

Browse files
committed
2 parents c4149db + d6793d7 commit cdd8f66

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'sphinx.ext.githubpages',
3636
]
3737

38-
html_theme = "sphinx_rtd_theme"
38+
html_theme = "haiku"
3939

4040

4141
html_static_path = ['_static']

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
nbsphinx
2+
jupyter_sphinx
23
sphinx>=3.0.3
34
numpydoc==0.9.2
45
ipykernel==5.1.2

docs/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"sphinx.ext.napoleon",
3434
'sphinx.ext.todo',
3535
'sphinx.ext.githubpages',
36+
'jupyter_sphinx.execute',
37+
# nbsphinx
38+
'nbsphinx'
39+
40+
41+
3642
]
3743

3844
html_theme = "sphinx_rtd_theme"

0 commit comments

Comments
 (0)