Skip to content

Commit 1fec9c7

Browse files
authored
Merge pull request ceph#66423 from bluikko/doc-sphinx-warning-theme-202511
doc: Fix Sphinx warning about theme option
2 parents fe92127 + 054ae2a commit 1fec9c7

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

doc/_themes/ceph/layout.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,18 +138,6 @@
138138
{% endif %}
139139
</a>
140140

141-
{% if theme_display_version %}
142-
{%- set nav_version = version %}
143-
{% if READTHEDOCS and current_version %}
144-
{%- set nav_version = current_version %}
145-
{% endif %}
146-
{% if nav_version %}
147-
<div class="version">
148-
{{ nav_version }}
149-
</div>
150-
{% endif %}
151-
{% endif %}
152-
153141
{% include "searchbox.html" %}
154142

155143
{% endblock %}

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def is_release_eol(codename):
5555
html_theme = 'ceph'
5656
html_theme_options = {
5757
'logo_only': True,
58-
'display_version': False,
5958
'prev_next_buttons_location': 'bottom',
6059
'style_external_links': False,
6160
'vcs_pageview_mode': 'edit',

0 commit comments

Comments
 (0)