Skip to content

Commit 417278d

Browse files
committed
Remove unnecessary Python 2 compatibility setting
1 parent 95df172 commit 417278d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
'nbsphinx',
4444
]
4545

46-
# Override kernel name to allow running with Python 2 on Travis-CI
47-
nbsphinx_kernel_name = 'python'
48-
4946
nbsphinx_execute_arguments = [
5047
"--InlineBackend.figure_formats={'svg', 'pdf'}",
5148
"--InlineBackend.rc={'figure.dpi': 96}",

0 commit comments

Comments
 (0)