Skip to content

Commit

Permalink
Revert cb6563d
Browse files Browse the repository at this point in the history
Reason: ReadtheDocs uses a custom READTHEDOCS_OUTPUT env var that cannot be overridden
  • Loading branch information
samjwu committed Dec 5, 2023
1 parent 5907abd commit 3053fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
external_toc_path = "./sphinx/_toc.yml"

docs_core = ROCmDocs(left_nav_title)
docs_core.run_doxygen(doxygen_root="doxygen", doxygen_path="_build/doxygen/xml")
docs_core.run_doxygen(doxygen_root="doxygen", doxygen_path="doxygen/xml")
docs_core.setup()

external_projects_current_project = "amdmigraphx"
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INPUT = ../../src

MACRO_EXPANSION = YES

OUTPUT_DIRECTORY = ../_build/doxygen
OUTPUT_DIRECTORY = .

PREDEFINED = \
DOXYGEN \
Expand Down

0 comments on commit 3053fc9

Please sign in to comment.