|
30 | 30 | 'sphinx.ext.ifconfig',
|
31 | 31 | 'sage_package.sphinx',
|
32 | 32 | 'nbsphinx',
|
33 | | - 'sphinxcontrib.jupyter' |
| 33 | + #'sphinxcontrib.jupyter' |
34 | 34 | ]
|
35 | 35 |
|
36 | 36 | # Add any paths that contain templates here, relative to this directory.
|
@@ -358,6 +358,7 @@ def setup(app):
|
358 | 358 | jupyter_default_lang = "sagemath"
|
359 | 359 |
|
360 | 360 | # TODO: add binder link, github logo, specific file reference
|
| 361 | +# Really include this prolog in the html version? |
361 | 362 | rst_prolog=r"""
|
362 | 363 | This document is one of `More SageMath Tutorials <https://more-sagemath-tutorials.readthedocs.io/en/latest/>`_.
|
363 | 364 | You may `edit it on github <http://github.com/sagemath/more-sagemath-tutorials/>`_.
|
|
0 commit comments