From 56f8a6e8daaa8719d47e00e1fd2e95c05b1ff113 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Tue, 30 Apr 2024 21:44:59 -0600 Subject: [PATCH] Update documentation requirements and configurations (#1272) * Update documentation requirements Set rocm-docs-core to v1.1.1 * Update RTD config Set Python 3.10 for rocm-docs-core >= v1.0.0 [ROCm/composable_kernel commit: 43579900a9df6d632f045d0c189ea518dac03aa0] --- .readthedocs.yaml | 2 +- docs/sphinx/requirements.in | 2 +- docs/sphinx/requirements.txt | 16 ++-------------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9e6678abe5..b3299fa4e8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,4 @@ python: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index a854542439..dc1824931e 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1,2 +1,2 @@ -rocm-docs-core==0.38.1 +rocm-docs-core==1.1.1 sphinxcontrib-bibtex==2.6.2 diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index 801726ed60..9a451d9708 100644 --- a/docs/sphinx/requirements.txt +++ b/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 @@ -48,12 +48,6 @@ idna==3.4 # via requests imagesize==1.4.1 # via sphinx -importlib-metadata==6.8.0 - # via - # sphinx - # sphinxcontrib-bibtex -importlib-resources==6.1.0 - # via rocm-docs-core jinja2==3.1.2 # via # myst-parser @@ -99,8 +93,6 @@ pyjwt[crypto]==2.6.0 # via pygithub pynacl==1.5.0 # via pygithub -pytz==2023.3.post1 - # via babel pyyaml==6.0 # via # myst-parser @@ -111,7 +103,7 @@ requests==2.31.0 # via # pygithub # sphinx -rocm-docs-core==0.38.1 +rocm-docs-core==1.1.1 # via -r requirements.in six==1.16.0 # via @@ -165,7 +157,3 @@ urllib3==1.26.18 # via requests wrapt==1.15.0 # via deprecated -zipp==3.17.0 - # via - # importlib-metadata - # importlib-resources