From 0c96f5cd759b6270b8cb52650afb077aecf42687 Mon Sep 17 00:00:00 2001 From: daineAMD Date: Mon, 29 May 2023 12:49:07 -0600 Subject: [PATCH] Taking updated requirements.txt. --- docs/.sphinx/requirements.txt | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/.sphinx/requirements.txt b/docs/.sphinx/requirements.txt index 316e92be9..28c213e37 100644 --- a/docs/.sphinx/requirements.txt +++ b/docs/.sphinx/requirements.txt @@ -19,7 +19,9 @@ breathe==4.34.0 certifi==2022.12.7 # via requests cffi==1.15.1 - # via pynacl + # via + # cryptography + # pynacl charset-normalizer==3.1.0 # via requests click==8.1.3 @@ -28,12 +30,11 @@ cryptography==40.0.2 # via pyjwt deprecated==1.2.13 # via pygithub -docutils==0.16 +docutils==0.19 # via # breathe # myst-parser # pydata-sphinx-theme - # rocm-docs-core # sphinx fastjsonschema==2.16.3 # via rocm-docs-core @@ -69,16 +70,18 @@ packaging==23.0 # sphinx pycparser==2.21 # via cffi -pydata-sphinx-theme==0.13.1 - # via sphinx-book-theme -pygithub==1.57 +pydata-sphinx-theme==0.13.3 + # via + # rocm-docs-core + # sphinx-book-theme +pygithub==1.58.1 # via rocm-docs-core pygments==2.14.0 # via # accessible-pygments # pydata-sphinx-theme # sphinx -pyjwt==2.6.0 +pyjwt[crypto]==2.6.0 # via pygithub pynacl==1.5.0 # via pygithub @@ -99,7 +102,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.4 # via beautifulsoup4 -sphinx==4.3.1 +sphinx==5.3.0 # via # breathe # myst-parser @@ -110,11 +113,11 @@ sphinx==4.3.1 # sphinx-design # sphinx-external-toc # sphinx-notfound-page -sphinx-book-theme==1.0.0rc2 +sphinx-book-theme==1.0.1 # via rocm-docs-core sphinx-copybutton==0.5.1 # via rocm-docs-core -sphinx-design==0.3.0 +sphinx-design==0.4.1 # via rocm-docs-core sphinx-external-toc==0.3.1 # via rocm-docs-core @@ -139,4 +142,4 @@ uc-micro-py==1.0.1 urllib3==1.26.15 # via requests wrapt==1.15.0 - # via deprecated + # via deprecated \ No newline at end of file