File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
enthought_sphinx_theme/enthought Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11Enthought Sphinx Theme changelog
22================================
33
4+ Release 0.6.2
5+ -------------
6+
7+ Release date: 2020-04-29
8+
9+ Fixes
10+
11+ * More search functionality fixes. (#12)
12+
413Release 0.6.1
514-------------
615
Original file line number Diff line number Diff line change 9797 VERSION : '{{ release|e }}' ,
9898 COLLAPSE_INDEX : false ,
9999 FILE_SUFFIX : '{{ ' ' if no_search_suffix else file_suffix }}' ,
100+ LINK_SUFFIX : '{{ link_suffix }}' ,
101+ SOURCELINK_SUFFIX : '{{ sourcelink_suffix }}' ,
100102 HAS_SOURCE : { { has_source| lower } }
101103 } ;
102104 </ script >
212214 {% endif %}
213215 {%- block document %}
214216 < div class ="bodywrapper ">
215- < div class ="body " id ="spc-section-body ">
217+ < div class ="body " id ="spc-section-body " role =" main " >
216218 {% block body %} {% endblock %}
217219 </ div >
218220 </ div >
Original file line number Diff line number Diff line change 99
1010setup (
1111 name = 'enthought_sphinx_theme' ,
12- version = '0.6.1 ' ,
12+ version = '0.6.2 ' ,
1313 author = 'Enthought, Inc.' ,
14141515 description = 'Sphinx theme for Enthought products' ,
You can’t perform that action at this time.
0 commit comments