Setup and Nomenclature pages [skip ci] (#40)

This commit is contained in:
Jonathan R. Madsen
2022-04-12 00:49:55 -05:00
committed by GitHub
parent d3c73a5860
commit e24c24dc56
4 changed files with 105 additions and 39 deletions
+3 -2
View File
@@ -36,7 +36,8 @@ project = "omnitrace"
copyright = "2022, Advanced Micro Devices, Inc."
author = "Audacious Software Group"
version = open(os.path.join("..", "..", "VERSION")).read().strip()
project_root = os.path.normpath(os.path.join(os.getcwd(), "..", ".."))
version = open(os.path.join(project_root, "VERSION")).read().strip()
# The full version, including alpha/beta/rc tags
release = version
@@ -131,7 +132,7 @@ breathe_default_project = "omnitrace"
breathe_default_members = ('members', )
breathe_projects_source = {
"auto": (
"../source",
os.path.join(project_root, "source"),
[
"lib/omnitrace-user/omnitrace/user.h",
],