We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3c320 commit 4c03d30Copy full SHA for 4c03d30
docs/source/executorch_custom_versions.py
@@ -29,6 +29,8 @@
29
30
EXECUTORCH_VERSION = "0.7.0"
31
32
+variables: dict[str, str] = {}
33
+
34
35
def populate_version_variable():
36
variables["${executorch_version}"] = EXECUTORCH_VERSION
0 commit comments