Skip to content

Commit fd0e753

Browse files
committed
Disable sphinxcontrib.jupyter for now
1 parent 07a065b commit fd0e753

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'sphinx.ext.ifconfig',
3131
'sage_package.sphinx',
3232
'nbsphinx',
33-
'sphinxcontrib.jupyter'
33+
#'sphinxcontrib.jupyter'
3434
]
3535

3636
# Add any paths that contain templates here, relative to this directory.
@@ -358,6 +358,7 @@ def setup(app):
358358
jupyter_default_lang = "sagemath"
359359

360360
# TODO: add binder link, github logo, specific file reference
361+
# Really include this prolog in the html version?
361362
rst_prolog=r"""
362363
This document is one of `More SageMath Tutorials <https://more-sagemath-tutorials.readthedocs.io/en/latest/>`_.
363364
You may `edit it on github <http://github.com/sagemath/more-sagemath-tutorials/>`_.

0 commit comments

Comments
 (0)