Skip to content

Commit

Permalink
disable nbsphinx on rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Mar 14, 2017
1 parent 4106d8f commit b8d05bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def __getattr__(cls, name):
# 'IPython.sphinxext.ipython_console_highlighting',
]

if on_rtd:
extensions.append('nbsphinx')
#if on_rtd:
# extensions.append('nbsphinx')

if not on_rtd:
extensions.append('IPython.sphinxext.ipython_console_highlighting')
Expand Down

0 comments on commit b8d05bd

Please sign in to comment.