diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b7dab1e99..bf7d46943 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 sphinx: configuration: docs/conf.py -formats: [htmlzip, pdf, epub] +formats: [htmlzip] python: install: diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index d9bae715b..31468d1a5 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1 +1,2 @@ -rocm-docs-core[api_reference]==1.2.0 +rocm-docs-core==1.2.0 +sphinx-reredirects diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index a25b13c0e..2e18ab9d2 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -25,12 +25,7 @@ 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.7 # via pyjwt deprecated==1.2.14 @@ -41,8 +36,6 @@ docutils==0.21.2 # myst-parser # pydata-sphinx-theme # sphinx -doxysphinx==3.3.8 - # via rocm-docs-core fastjsonschema==2.19.1 # via rocm-docs-core gitdb==4.0.11 @@ -57,10 +50,6 @@ jinja2==3.1.4 # via # myst-parser # sphinx -libsass==0.22.0 - # via doxysphinx -lxml==4.9.4 - # via doxysphinx markdown-it-py==3.0.0 # via # mdit-py-plugins @@ -71,12 +60,8 @@ mdit-py-plugins==0.4.1 # via myst-parser mdurl==0.1.2 # via markdown-it-py -mpire==2.10.2 - # via doxysphinx myst-parser==3.0.1 # via rocm-docs-core -numpy==1.26.4 - # via doxysphinx packaging==24.0 # via # pydata-sphinx-theme @@ -92,17 +77,12 @@ pygithub==2.3.0 pygments==2.18.0 # 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.2 - # via doxysphinx pyyaml==6.0.1 # via # myst-parser @@ -112,7 +92,7 @@ requests==2.32.3 # via # pygithub # sphinx -rocm-docs-core[api-reference]==1.2.0 +rocm-docs-core==1.2.0 # via -r requirements.in smmap==5.0.1 # via gitdb @@ -131,6 +111,7 @@ sphinx==7.3.7 # sphinx-design # sphinx-external-toc # sphinx-notfound-page + # sphinx-reredirects sphinx-book-theme==1.1.2 # via rocm-docs-core sphinx-copybutton==0.5.2 @@ -141,6 +122,8 @@ sphinx-external-toc==1.0.1 # via rocm-docs-core sphinx-notfound-page==1.0.2 # via rocm-docs-core +sphinx-reredirects==0.1.3 + # via -r requirements.in sphinxcontrib-applehelp==1.0.8 # via sphinx sphinxcontrib-devhelp==1.0.6 @@ -155,8 +138,6 @@ sphinxcontrib-serializinghtml==1.1.10 # via sphinx tomli==2.0.1 # via sphinx -tqdm==4.66.4 - # via mpire typing-extensions==4.12.0 # via # pydata-sphinx-theme