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 eac2068 commit 45d5598Copy full SHA for 45d5598
2 files changed
_templates/layout.html
@@ -20,11 +20,11 @@ <h3>{{ _('Navigation') }}</h3>
20
<div class="language_switcher_placeholder"></div>
21
<div class="version_switcher_placeholder"></div>
22
</li>
23
- <li>
+ <!-- <li>
24
{% if theme_root_include_title %}
25
<a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}
26
{% endif %}
27
- </li>
+ </li> -->
28
{%- endblock %}
29
{%- for parent in parents %}
30
<li class="nav-item nav-item-{{ loop.index }}"><a href="{{ parent.link|e }}" {% if loop.last %}{{ accesskey("U") }}{% endif %}>{{ parent.title }}</a>{{ reldelim1 }}</li>
conf.py
@@ -27,3 +27,6 @@
html_theme = 'python_docs_theme'
html_sidebars = {}
html_static_path = ['_static']
+
31
+html_title = ""
32
+html_short_title = ""
0 commit comments