File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,3 @@ dependencies:
16
16
- tornado
17
17
- python-dateutil
18
18
- recommonmark
19
- - pip :
20
- - jupyter-alabaster-theme
Original file line number Diff line number Diff line change 1
1
ipykernel
2
2
ipywidgets >= 7.1.0rc1
3
- jupyter-alabaster-theme
4
3
jupyter_client
5
4
jupyter_sphinx
6
5
nbsphinx >= 0.2.13
7
6
recommonmark == 0.4.0
8
7
sphinx >= 1.4.6
8
+ sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ def bash(filename):
41
41
'nbsphinx' ,
42
42
'jupyter_sphinx.embed_widgets' ,
43
43
'IPython.sphinxext.ipython_console_highlighting' ,
44
- 'jupyter_alabaster_theme' ,
45
44
]
46
45
47
46
intersphinx_mapping = {
@@ -75,7 +74,7 @@ def bash(filename):
75
74
76
75
77
76
# -- html --------------------------
78
- html_theme = 'jupyter_alabaster_theme '
77
+ html_theme = 'sphinx_rtd_theme '
79
78
80
79
# html_static_path = ['_static']
81
80
htmlhelp_basename = 'ipywidgetsdoc'
You can’t perform that action at this time.
0 commit comments