File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 6
6
from _array_api_conf import *
7
7
8
8
release = "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
+
9
13
sys .modules ["array_api" ] = stubs_mod
Original file line number Diff line number Diff line change 6
6
from _array_api_conf import *
7
7
8
8
release = "2022.12"
9
+
10
+ nav_title = html_theme_options .get ("nav_title" ) + " v{}" .format (release )
11
+ html_theme_options .update ({"nav_title" : nav_title })
9
12
sys .modules ["array_api" ] = stubs_mod
Original file line number Diff line number Diff line change 6
6
from _array_api_conf import *
7
7
8
8
release = "DRAFT"
9
+
10
+ nav_title = html_theme_options .get ("nav_title" ) + " {}" .format (release )
11
+ html_theme_options .update ({"nav_title" : nav_title })
9
12
sys .modules ["array_api" ] = stubs_mod
You can’t perform that action at this time.
0 commit comments