From 4d0e0ebd338b4c235027671d89f9ea340df8a256 Mon Sep 17 00:00:00 2001 From: Young Hui - AMD <145490163+yhuiYH@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:44:31 -0500 Subject: [PATCH] Cherrypick codeowners and link fix, bump rocm-docs-core (#1191) * Update link (#1186) * Update CODEOWNERS to use documentation group (#1190) Also had to remove a name * Bump rocm-docs-core from 0.33.0 to 0.35.1 in /docs/sphinx --------- Co-authored-by: Lisa --- .github/CODEOWNERS | 12 +++++----- docs/dockerhub.rst | 2 +- docs/sphinx/requirements.in | 2 +- docs/sphinx/requirements.txt | 46 +++++++++++++++++------------------- 4 files changed, 30 insertions(+), 32 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e4d0d47a2e..37407cebf1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,7 @@ -* @zjing14 @asroy @junliume @illsilin @carlushuang @aosewski +* @zjing14 @junliume @illsilin @carlushuang @aosewski # Documentation files -docs/* @saadrahim @LisaDelaney -*.md @saadrahim @LisaDelaney -*.rst @saadrahim @LisaDelaney -# Header directory -library/include/* @saadrahim @LisaDelaney +docs/* @ROCm/rocm-documentation +*.md @ROCm/rocm-documentation +*.rst @ROCm/rocm-documentation +# Header directory for Doxygen documentation +library/include/* @ROCm/rocm-documentation diff --git a/docs/dockerhub.rst b/docs/dockerhub.rst index fb89bef72b..962e08cf8a 100644 --- a/docs/dockerhub.rst +++ b/docs/dockerhub.rst @@ -36,7 +36,7 @@ What is inside the image? The docker images have everything you need for running CK including: -* `ROCm `_ +* `ROCm `_ * `CMake `_ * `Compiler `_ * `Composable Kernel library `_ diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index 88142aa373..93c15a2160 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1,2 +1,2 @@ -rocm-docs-core==0.33.0 +rocm-docs-core==0.35.1 sphinxcontrib-bibtex==2.6.2 diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index f519e486ef..810a5d6077 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -25,24 +25,19 @@ cffi==1.16.0 charset-normalizer==3.3.2 # via requests click==8.1.7 - # via - # click-log - # doxysphinx - # sphinx-external-toc -click-log==0.4.0 - # via doxysphinx + # via sphinx-external-toc cryptography==42.0.2 # via pyjwt deprecated==1.2.14 # via pygithub -docutils==0.19 +docutils==0.17.1 # via # breathe # myst-parser + # pybtex-docutils # pydata-sphinx-theme # sphinx -doxysphinx==3.3.7 - # via rocm-docs-core + # sphinxcontrib-bibtex fastjsonschema==2.19.1 # via rocm-docs-core gitdb==4.0.11 @@ -54,17 +49,17 @@ idna==3.6 imagesize==1.4.1 # via sphinx importlib-metadata==7.0.1 - # via sphinx + # via + # sphinx + # sphinxcontrib-bibtex importlib-resources==6.1.1 # via rocm-docs-core jinja2==3.1.3 # via # myst-parser # sphinx -libsass==0.22.0 - # via doxysphinx -lxml==4.9.4 - # via doxysphinx +latexcodec==3.0.0 + # via pybtex markdown-it-py==2.2.0 # via # mdit-py-plugins @@ -75,14 +70,18 @@ mdit-py-plugins==0.3.5 # via myst-parser mdurl==0.1.2 # via markdown-it-py -mpire==2.9.0 - # via doxysphinx myst-parser==1.0.0 # via rocm-docs-core packaging==23.2 # via # pydata-sphinx-theme # sphinx +pybtex==0.24.0 + # via + # pybtex-docutils + # sphinxcontrib-bibtex +pybtex-docutils==1.0.3 + # via sphinxcontrib-bibtex pycparser==2.21 # via cffi pydata-sphinx-theme==0.14.4 @@ -94,30 +93,28 @@ pygithub==2.2.0 pygments==2.17.2 # via # accessible-pygments - # mpire # pydata-sphinx-theme # sphinx -pyjson5==1.6.6 - # via doxysphinx pyjwt[crypto]==2.8.0 # via pygithub pynacl==1.5.0 # via pygithub -pyparsing==3.1.1 - # via doxysphinx pytz==2024.1 # via babel pyyaml==6.0.1 # via # myst-parser + # pybtex # rocm-docs-core # sphinx-external-toc requests==2.31.0 # via # pygithub # sphinx -rocm-docs-core[api_reference]==0.34.2 +rocm-docs-core==0.35.1 # via -r requirements.in +six==1.16.0 + # via pybtex smmap==5.0.1 # via gitdb snowballstemmer==2.2.0 @@ -135,6 +132,7 @@ sphinx==5.3.0 # sphinx-design # sphinx-external-toc # sphinx-notfound-page + # sphinxcontrib-bibtex sphinx-book-theme==1.0.1 # via rocm-docs-core sphinx-copybutton==0.5.2 @@ -147,6 +145,8 @@ sphinx-notfound-page==1.0.0 # via rocm-docs-core sphinxcontrib-applehelp==1.0.4 # via sphinx +sphinxcontrib-bibtex==2.6.2 + # via -r requirements.in sphinxcontrib-devhelp==1.0.2 # via sphinx sphinxcontrib-htmlhelp==2.0.1 @@ -157,8 +157,6 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.5 # via sphinx -tqdm==4.66.2 - # via mpire typing-extensions==4.9.0 # via # pydata-sphinx-theme