|
62 | 62 | ('py:class', 'collections.abc.Sequence'),
|
63 | 63 | ('py:class', "Optional[Union[int, float, Literal[inf, - inf, 'fro', 'nuc']]]"),
|
64 | 64 | ('py:class', "Union[int, float, Literal[inf, - inf]]"),
|
| 65 | + ('py:obj', "typing.Optional[typing.Union[int, float, typing.Literal[inf, - inf, 'fro', 'nuc']]]"), |
| 66 | + ('py:obj', "typing.Union[int, float, typing.Literal[inf, - inf]]"), |
65 | 67 | ('py:class', 'PyCapsule'),
|
66 | 68 | ('py:class', 'enum.Enum'),
|
67 | 69 | ('py:class', 'ellipsis'),
|
|
123 | 125 | html_theme_options = {
|
124 | 126 |
|
125 | 127 | # Set the name of the project to appear in the navigation.
|
126 |
| - 'nav_title': 'Python array API standard', |
| 128 | + 'nav_title': f'Python array API standard {release}', |
127 | 129 |
|
128 | 130 | # Set you GA account ID to enable tracking
|
129 | 131 | #'google_analytics_account': 'UA-XXXXX',
|
|
170 | 172 | #"customization": "Configuration options to personalize your site.",
|
171 | 173 | },
|
172 | 174 |
|
173 |
| - #"version_dropdown": True, |
174 |
| - #"version_json": "_static/versions.json", |
| 175 | + "version_dropdown": True, |
| 176 | + "version_json": "../versions.json", |
175 | 177 | "table_classes": ["plain"],
|
176 | 178 | }
|
177 | 179 |
|
|
0 commit comments