We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a065b commit fd0e753Copy full SHA for fd0e753
conf.py
@@ -30,7 +30,7 @@
30
'sphinx.ext.ifconfig',
31
'sage_package.sphinx',
32
'nbsphinx',
33
- 'sphinxcontrib.jupyter'
+ #'sphinxcontrib.jupyter'
34
]
35
36
# Add any paths that contain templates here, relative to this directory.
@@ -358,6 +358,7 @@ def setup(app):
358
jupyter_default_lang = "sagemath"
359
360
# TODO: add binder link, github logo, specific file reference
361
+# Really include this prolog in the html version?
362
rst_prolog=r"""
363
This document is one of `More SageMath Tutorials <https://more-sagemath-tutorials.readthedocs.io/en/latest/>`_.
364
You may `edit it on github <http://github.com/sagemath/more-sagemath-tutorials/>`_.
0 commit comments