File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ <h3>{{ _('Navigation') }}</h3>
2020 < div class ="language_switcher_placeholder "> </ div >
2121 < div class ="version_switcher_placeholder "> </ div >
2222 </ li >
23- < li >
23+ <!-- < li>
2424 {% if theme_root_include_title %}
2525 <a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}
2626 {% endif %}
27- </ li >
27+ </li> -->
2828 {%- endblock %}
2929 {%- for parent in parents %}
3030 < li class ="nav-item nav-item-{{ loop.index }} "> < a href ="{{ parent.link|e }} " {% if loop.last %}{{ accesskey( "U") }}{% endif %}> {{ parent.title }}</ a > {{ reldelim1 }}</ li >
Original file line number Diff line number Diff line change 2727html_theme = 'python_docs_theme'
2828html_sidebars = {}
2929html_static_path = ['_static' ]
30+
31+ html_title = ""
32+ html_short_title = ""
You can’t perform that action at this time.
0 commit comments