diff --git a/doc_src/python_docs_theme/globaltoc.html b/doc_src/python_docs_theme/globaltoc.html new file mode 100644 index 000000000..90d99f648 --- /dev/null +++ b/doc_src/python_docs_theme/globaltoc.html @@ -0,0 +1,13 @@ +{# + basic/globaltoc.html + ~~~~~~~~~~~~~~~~~~~~ + + Sphinx sidebar template: global table of contents. + + :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +#} +
+

{{ _('Documents') }}

+{{ toctree(includehidden=theme_globaltoc_includehidden, collapse=theme_globaltoc_collapse, maxdepth=theme_globaltoc_maxdepth) }} +
diff --git a/doc_src/python_docs_theme/localtoc.html b/doc_src/python_docs_theme/localtoc.html new file mode 100644 index 000000000..4f4beccf9 --- /dev/null +++ b/doc_src/python_docs_theme/localtoc.html @@ -0,0 +1,13 @@ +{# + basic/localtoc.html + ~~~~~~~~~~~~~~~~~~~ + + Sphinx sidebar template: local table of contents. + + :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +#} +
+

{{ _('Sections') }}

+{{ toc }} +