From e8917791e8ae2f1a71ffeee6e8b7c83617e050d5 Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Fri, 3 May 2024 12:04:36 -0600 Subject: [PATCH] Update RTD config to use Python 3.10 and rocm-docs-core 1.1.1 Change-Id: Icfd12dd44e8779dbf95a1f1e9277f9227ff816f6 [ROCm/amdsmi commit: a37b0a3ffe1e90ed5616c8937fa03115ad643b74] --- projects/amdsmi/.readthedocs.yaml | 2 +- projects/amdsmi/docs/sphinx/requirements.in | 2 +- projects/amdsmi/docs/sphinx/requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/amdsmi/.readthedocs.yaml b/projects/amdsmi/.readthedocs.yaml index 5f50df2525..ced8a98024 100644 --- a/projects/amdsmi/.readthedocs.yaml +++ b/projects/amdsmi/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" sphinx: configuration: docs/conf.py diff --git a/projects/amdsmi/docs/sphinx/requirements.in b/projects/amdsmi/docs/sphinx/requirements.in index 63ee84f240..70de05573a 100644 --- a/projects/amdsmi/docs/sphinx/requirements.in +++ b/projects/amdsmi/docs/sphinx/requirements.in @@ -1 +1 @@ -rocm-docs-core[api_reference]>=0.20.0 +rocm-docs-core[api_reference]>=1.1.1 diff --git a/projects/amdsmi/docs/sphinx/requirements.txt b/projects/amdsmi/docs/sphinx/requirements.txt index 53bd7f615d..f7b4f5d68e 100644 --- a/projects/amdsmi/docs/sphinx/requirements.txt +++ b/projects/amdsmi/docs/sphinx/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.8 +# This file is autogenerated by pip-compile with Python 3.10 # by the following command: # # pip-compile requirements.in @@ -110,7 +110,7 @@ requests==2.30.0 # via # pygithub # sphinx -rocm-docs-core[api_reference]>=0.26.0 +rocm-docs-core[api-reference]==1.1.1 # via -r requirements.in smmap==5.0.0 # via gitdb