"test/vscode:/vscode.git/clone" did not exist on "f77db747d07d5c90a3a9f70bb17f71d4573f329e"
Commit cb6563d0 authored by Sam Wu's avatar Sam Wu
Browse files

Place doxygen output in docs build directory

parent 61edd67d
......@@ -52,7 +52,7 @@ release = version_number
external_toc_path = "./sphinx/_toc.yml"
docs_core = ROCmDocs(left_nav_title)
docs_core.run_doxygen(doxygen_root="doxygen", doxygen_path="doxygen/xml")
docs_core.run_doxygen(doxygen_root="doxygen", doxygen_path="_build/doxygen/xml")
docs_core.setup()
external_projects_current_project = "amdmigraphx"
......
......@@ -26,7 +26,7 @@ INPUT = ../../src
MACRO_EXPANSION = YES
OUTPUT_DIRECTORY = .
OUTPUT_DIRECTORY = ../_build/doxygen
PREDEFINED = DOXYGEN
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment