The Sphinx theme "sphinx_rtd_theme" dropped support for "display_version"
theme option in version 3 (currently used: 3.0.2).
Because the "ceph" theme inherits that theme, remove all references to
"display_version" from it.
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
{% endif %}
</a>
- {% if theme_display_version %}
- {%- set nav_version = version %}
- {% if READTHEDOCS and current_version %}
- {%- set nav_version = current_version %}
- {% endif %}
- {% if nav_version %}
- <div class="version">
- {{ nav_version }}
- </div>
- {% endif %}
- {% endif %}
-
{% include "searchbox.html" %}
{% endblock %}
html_theme = 'ceph'
html_theme_options = {
'logo_only': True,
- 'display_version': False,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
'vcs_pageview_mode': 'edit',