|
123 | 123 |
|
124 | 124 | # The name for this set of Sphinx documents. If None, it defaults to
|
125 | 125 | # "<project> v<release> documentation".
|
126 | | -#html_title = None |
| 126 | +html_title = "More SageMath Tutorials" |
127 | 127 |
|
128 | 128 | # A shorter title for the navigation bar. Default is the same as html_title.
|
129 | 129 | #html_short_title = None
|
|
156 | 156 | #html_use_smartypants = True
|
157 | 157 |
|
158 | 158 | # Custom sidebar templates, maps document names to template names.
|
159 | | -html_sidebars = { '**': ['ipynblink.html', 'localtoc.html', 'relations.html', 'searchbox.html']} |
| 159 | +html_sidebars = { '**': ['title.html', 'ipynblink.html', 'localtoc.html', 'relations.html', 'searchbox.html']} |
160 | 160 |
|
161 | 161 | # Additional templates that should be rendered to pages, maps page names to
|
162 | 162 | # template names.
|
@@ -357,11 +357,7 @@ def setup(app):
|
357 | 357 | # Not yet used by sphinxcontrib-jupyter
|
358 | 358 | jupyter_default_lang = "sagemath"
|
359 | 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/>`_. |
| 360 | +rst_prolog = r""" |
365 | 361 | `\def\NN{\mathbb{N}}`
|
366 | 362 | `\def\ZZ{\mathbb{Z}}`
|
367 | 363 | `\def\QQ{\mathbb{Q}}`
|
|
0 commit comments