Skip to content

Commit c64f88f

Browse files
Merge pull request #1944 from jupyter-widgets/jupyter-alabaster
Drop jupyter alabaster theme
2 parents e3f4791 + 7024114 commit c64f88f

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

docs/environment.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ dependencies:
1616
- tornado
1717
- python-dateutil
1818
- recommonmark
19-
- pip:
20-
- jupyter-alabaster-theme

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ipykernel
22
ipywidgets>=7.1.0rc1
3-
jupyter-alabaster-theme
43
jupyter_client
54
jupyter_sphinx
65
nbsphinx>=0.2.13
76
recommonmark==0.4.0
87
sphinx>=1.4.6
8+
sphinx_rtd_theme

docs/source/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def bash(filename):
4141
'nbsphinx',
4242
'jupyter_sphinx.embed_widgets',
4343
'IPython.sphinxext.ipython_console_highlighting',
44-
'jupyter_alabaster_theme',
4544
]
4645

4746
intersphinx_mapping = {
@@ -75,7 +74,7 @@ def bash(filename):
7574

7675

7776
# -- html --------------------------
78-
html_theme = 'jupyter_alabaster_theme'
77+
html_theme = 'sphinx_rtd_theme'
7978

8079
# html_static_path = ['_static']
8180
htmlhelp_basename = 'ipywidgetsdoc'

0 commit comments

Comments
 (0)