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

Commit

Permalink
Remove unnecessary debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 25, 2016
1 parent 2178dcc commit 4ea4ed9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,8 @@

if on_rtd:
import subprocess as spr
print('Registering kernel')
with open('output.log', 'w') as f:
spr.call([sys.executable] +
('-m ipykernel install --user --name python3 '
'--display-name python3').split(),
stderr=f, stdout=f)
with open('output.log') as f:
print(f.read())
spr.call([sys.executable] +
('-m ipykernel install --user').split())


# The encoding of source files.
Expand Down

0 comments on commit 4ea4ed9

Please sign in to comment.