From 44109be61a3acdaf61679f2cab59beb43eaaaacb Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Thu, 6 Jun 2024 18:56:59 +0200 Subject: [PATCH] Update requirements files --- .readthedocs.yaml | 12 ++++++++++++ docs/sphinx/requirements.in | 2 +- docs/sphinx/requirements.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b7dab1e997..b1787b8376 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,3 +20,15 @@ build: - "doxygen" - "gfortran" # For pre-processing fortran sources - "graphviz" # For dot graphs in doxygen + jobs: + post_checkout: + - if [ -d ../llvm-project ]; then rmdir ../llvm-project; fi + - if [ -d ../clr ]; then rmdir ../clr; fi + - if [ -d ../ROCR-Runtime ]; then rmdir ../ROCR-Runtime; fi + - git clone --depth=1 --single-branch --branch rocdoc-195 https://github.com/StreamHPC/llvm-project.git ../llvm-project + - git clone --depth=1 --single-branch --branch develop https://github.com/ROCm/clr.git ../clr + - git clone --depth=1 --single-branch --branch master https://github.com/ROCm/ROCR-Runtime.git ../ROCR-Runtime + post_build: + - rm -rf ../clr + - rm -rf ../llvm-project + - rm -rf ../ROCR-Runtime \ No newline at end of file diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index d8e83d9cdc..deac2a6cf3 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1,2 +1,2 @@ -rocm-docs-core[api_reference]==1.2.0 +rocm-docs-core[api_reference]==1.3.0 sphinxcontrib.doxylink diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index 7b987b24fc..4e420d7fe6 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -116,7 +116,7 @@ requests==2.32.3 # via # pygithub # sphinx -rocm-docs-core[api-reference]==1.2.0 +rocm-docs-core[api-reference]==1.3.0 # via -r requirements.in six==1.16.0 # via python-dateutil