don't use sphinx

This commit is contained in:
Isaac Connor 2016-01-05 15:36:44 -05:00
parent b39c0dd292
commit 5cdf352674
1 changed files with 0 additions and 3 deletions

View File

@ -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
# "<project> v<release> documentation".