Skip to content

Commit

Permalink
fix rtd doc generate issue
Browse files Browse the repository at this point in the history
- HPM_SDK_BASE needs to be set for doxygen

Signed-off-by: Ryan QIAN <[email protected]>
  • Loading branch information
jhqian committed Dec 28, 2023
1 parent 637c4be commit 7440098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

sys.path.insert(0, str(HPM_SDK_BASE / "docs" / "_ext"))


os.environ["HPM_SDK_BASE"] = str(HPM_SDK_BASE)
project = 'HPMicro Software Development Kit'
copyright = '2020-2023, HPMicro'
author = 'HPMicro Software Team'
Expand Down
1 change: 1 addition & 0 deletions docs/zh/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

sys.path.insert(0, str(HPM_SDK_BASE / "docs" / "_ext"))

os.environ["HPM_SDK_BASE"] = str(HPM_SDK_BASE)
project = 'HPMico Software Development Kit'
copyright = '2020-2023, HPMicro'
author = '先楫半导体软件组'
Expand Down

0 comments on commit 7440098

Please sign in to comment.