Skip to content

Commit

Permalink
Add nbsphinx back in
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Dec 14, 2016
1 parent c9cf07b commit c08e367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
- sphinx_rtd_theme
- tornado
- entrypoints
# - pip:
# - nbsphinx
- pip:
- nbsphinx
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.napoleon',
# 'nbsphinx',
'nbsphinx',
'IPython.sphinxext.ipython_console_highlighting',
]

Expand All @@ -53,8 +53,8 @@
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
# source_suffix = ['.rst', '.ipynb']
source_suffix = ['.rst']
source_suffix = ['.rst', '.ipynb']
# source_suffix = ['.rst']
# The encoding of source files.
#source_encoding = 'utf-8-sig'

Expand Down

0 comments on commit c08e367

Please sign in to comment.