From fdfa73e87f2d9ac802edf217281ba8598c01ff5a Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 21 Nov 2019 12:54:09 -0800 Subject: [PATCH] Remove unused alabaster import --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5fbf08a..bf21a16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,8 +34,6 @@ intersphinx_cache_limit = 90 # days # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' -import alabaster_jupyterhub - html_theme = 'pandas_sphinx_theme' html_logo = 'images/logo/logo.png'