File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55< li class ="toctree-l1 has-children "> < a class ="reference internal " href ="index.html "> Versions</ a > < input class ="toctree-checkbox " id ="toctree-checkbox-v " name ="toctree-checkbox-v " role ="switch " type ="checkbox "/> < label for ="toctree-checkbox-v "> < div class ="visually-hidden "> Toggle child pages in navigation</ div > < i class ="icon "> < svg > < use href ="#svg-arrow-right "> </ use > </ svg > </ i > </ label >
66 < ul >
77
8- {%- for item in versions.branches %}
8+ {%- for item in versions.branches | sort(attribute='name', reverse=True) %}
99 {%- if item.name.startswith('release') %}
1010 <!-- extract version from branch name of the form relase/0.2.x -->
1111 {%- set version = '.'.join(item.name.split('/')[1].split('.')[:2]) %}
Original file line number Diff line number Diff line change 3636project = ver_dic ["PROJECT" ]
3737author = ver_dic ["AUTHOR" ]
3838copyright = ver_dic ["COPYRIGHT" ]
39- html_title = project + " " + version
39+ html_title = project
4040
4141
4242intersphinx_mapping = {
You can’t perform that action at this time.
0 commit comments