File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 66from _array_api_conf import *
77
88release = "2021.12"
9+
10+ nav_title = html_theme_options .get ("nav_title" ) + " v{}" .format (release )
11+ html_theme_options .update ({"nav_title" : nav_title })
12+
913sys .modules ["array_api" ] = stubs_mod
Original file line number Diff line number Diff line change 66from _array_api_conf import *
77
88release = "2022.12"
9+
10+ nav_title = html_theme_options .get ("nav_title" ) + " v{}" .format (release )
11+ html_theme_options .update ({"nav_title" : nav_title })
912sys .modules ["array_api" ] = stubs_mod
Original file line number Diff line number Diff line change 66from _array_api_conf import *
77
88release = "DRAFT"
9+
10+ nav_title = html_theme_options .get ("nav_title" ) + " {}" .format (release )
11+ html_theme_options .update ({"nav_title" : nav_title })
912sys .modules ["array_api" ] = stubs_mod
You can’t perform that action at this time.
0 commit comments