Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Register kernel to process the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 11, 2016
1 parent d6144ea commit f61945e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
urls='https://github.com/Chilipp/sphinx-nbexamples/blob/master/examples',
)


if on_rtd:
import subprocess as spr
spr.call([sys.executable] + '-m ipykernel install --user'.split())


# The encoding of source files.
#source_encoding = 'utf-8-sig'

Expand Down

0 comments on commit f61945e

Please sign in to comment.