Skip to content

Commit

Permalink
try fix readthedocs take 5
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Jun 12, 2017
1 parent 37ff5de commit 6981b0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'sphinx.ext.mathjax',
'sphinx.ext.extlinks',
'sphinx.ext.napoleon',
#'numpydoc',
# 'numpydoc',
'IPython.sphinxext.ipython_directive',
'IPython.sphinxext.ipython_console_highlighting',
]
Expand All @@ -64,8 +64,8 @@
autosummary_generate = True

napoleon_numpy_docstring = True
#numpydoc_class_members_toctree = True
#numpydoc_show_class_members = False
# numpydoc_class_members_toctree = True
# numpydoc_show_class_members = False

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -125,7 +125,7 @@
if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# otherwise, readthedocs.org uses their theme by default, so no need
# to specify it
Expand Down

0 comments on commit 6981b0b

Please sign in to comment.