File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ def is_release_eol(codename):
5555html_theme = 'ceph'
5656html_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' ,
You can’t perform that action at this time.
0 commit comments