Skip to content

Commit 45d5598

Browse files
committed
fix title and remove navbar link
1 parent eac2068 commit 45d5598

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@
2727
html_theme = 'python_docs_theme'
2828
html_sidebars = {}
2929
html_static_path = ['_static']
30+
31+
html_title = ""
32+
html_short_title = ""

0 commit comments

Comments
 (0)