Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Sep 19, 2024
1 parent 58d8f28 commit df6957b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build:
- "gfortran" # For pre-processing fortran sources
- "graphviz" # For dot graphs in doxygen
jobs:
post_checkout:
pre_build:
- if [ -d ../clr ]; then rm -rf ../clr; fi
- if [ -d ../ROCR-Runtime ]; then rm -rf ../ROCR-Runtime; fi
- git clone --depth=1 --single-branch --branch docs/develop https://github.com/ROCm/clr.git ../clr
Expand Down
4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ On non-AMD platforms, like NVIDIA, HIP provides header files required to support
:::{grid-item-card} Reference

* [HIP runtime API](./reference/hip_runtime_api_reference)
* {ref}`modules_reference`
* {doc}`reference/hip_runtime_api/global_enum_and_defines`
* {doc}`reference/hip_runtime_api/data_structures`
* {doc}`reference/hip_runtime_api/files`
* [HSA runtime API for ROCm](./reference/virtual_rocr)
* [C++ language extensions](./reference/cpp_language_extensions)
* [C++ language support](./reference/cpp_language_support)
Expand Down

0 comments on commit df6957b

Please sign in to comment.