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 637c4be commit 7440098Copy full SHA for 7440098
docs/en/conf.py
@@ -21,7 +21,7 @@
21
22
sys.path.insert(0, str(HPM_SDK_BASE / "docs" / "_ext"))
23
24
-
+os.environ["HPM_SDK_BASE"] = str(HPM_SDK_BASE)
25
project = 'HPMicro Software Development Kit'
26
copyright = '2020-2023, HPMicro'
27
author = 'HPMicro Software Team'
docs/zh/conf.py
@@ -21,6 +21,7 @@
project = 'HPMico Software Development Kit'
author = '先楫半导体软件组'
0 commit comments