From 5cdf3526749a52cd43be2fe88690becdb12bc9a7 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 5 Jan 2016 15:36:44 -0500 Subject: [PATCH] don't use sphinx --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 817ceebcc..9bda5df7b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,8 +87,6 @@ exclude_patterns = ['_build'] # output. They are ignored by default. #show_authors = False -import sphinx_rtd_theme - # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' @@ -115,7 +113,6 @@ html_theme = 'default' # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".