Skip to content

Commit

Permalink
Added 'nbsphinx' extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Oct 16, 2017
1 parent dfbdafc commit 190bc7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
'sphinx.ext.coverage',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx']
'sphinx.ext.intersphinx',
'nbsphinx']

intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

Expand Down

0 comments on commit 190bc7a

Please sign in to comment.