diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index c7df173..63017d3 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1 +1 @@ -rocm-docs-core==1.5.0 +rocm-docs-core==1.30.1 diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index a21583b..3c5cb66 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -8,6 +8,13 @@ accessible-pygments==0.0.4 # via pydata-sphinx-theme alabaster==0.7.16 # via sphinx +asttokens==3.0.1 + # via stack-data +attrs==25.4.0 + # via + # jsonschema + # jupyter-cache + # referencing babel==2.15.0 # via # pydata-sphinx-theme @@ -25,9 +32,17 @@ cffi==1.16.0 charset-normalizer==3.3.2 # via requests click==8.1.7 - # via sphinx-external-toc + # via + # jupyter-cache + # sphinx-external-toc +comm==0.2.3 + # via ipykernel cryptography==42.0.7 # via pyjwt +debugpy==1.8.17 + # via ipykernel +decorator==5.2.1 + # via ipython deprecated==1.2.14 # via pygithub docutils==0.21.2 @@ -36,39 +51,106 @@ docutils==0.21.2 # myst-parser # pydata-sphinx-theme # sphinx +exceptiongroup==1.3.1 + # via ipython +executing==2.2.1 + # via stack-data fastjsonschema==2.19.1 - # via rocm-docs-core + # via + # nbformat + # rocm-docs-core gitdb==4.0.11 # via gitpython gitpython==3.1.43 # via rocm-docs-core +greenlet==3.2.4 + # via sqlalchemy idna==3.7 # via requests imagesize==1.4.1 # via sphinx +importlib-metadata==8.7.0 + # via + # jupyter-cache + # myst-nb +ipykernel==7.1.0 + # via myst-nb +ipython==8.37.0 + # via + # ipykernel + # myst-nb +jedi==0.19.2 + # via ipython jinja2==3.1.4 # via # myst-parser # sphinx +jsonschema==4.25.1 + # via nbformat +jsonschema-specifications==2025.9.1 + # via jsonschema +jupyter-cache==1.0.1 + # via myst-nb +jupyter-client==8.6.3 + # via + # ipykernel + # nbclient +jupyter-core==5.9.1 + # via + # ipykernel + # jupyter-client + # nbclient + # nbformat markdown-it-py==3.0.0 # via # mdit-py-plugins # myst-parser markupsafe==2.1.5 # via jinja2 +matplotlib-inline==0.2.1 + # via + # ipykernel + # ipython mdit-py-plugins==0.4.0 # via myst-parser mdurl==0.1.2 # via markdown-it-py -myst-parser==3.0.1 +myst-nb==1.3.0 # via rocm-docs-core +myst-parser==3.0.1 + # via myst-nb +nbclient==0.10.2 + # via + # jupyter-cache + # myst-nb +nbformat==5.10.4 + # via + # jupyter-cache + # myst-nb + # nbclient +nest-asyncio==1.6.0 + # via ipykernel packaging==24.0 # via - # pydata-sphinx-theme + # ipykernel # sphinx +parso==0.8.5 + # via jedi +pexpect==4.9.0 + # via ipython +platformdirs==4.5.0 + # via jupyter-core +prompt-toolkit==3.0.52 + # via ipython +psutil==7.1.3 + # via ipykernel +ptyprocess==0.7.0 + # via pexpect +pure-eval==0.2.3 + # via stack-data pycparser==2.22 # via cffi -pydata-sphinx-theme==0.15.2 +pydata-sphinx-theme==0.16.1 # via # rocm-docs-core # sphinx-book-theme @@ -77,23 +159,42 @@ pygithub==2.3.0 pygments==2.18.0 # via # accessible-pygments + # ipython # pydata-sphinx-theme # sphinx pyjwt[crypto]==2.8.0 # via pygithub pynacl==1.5.0 # via pygithub +python-dateutil==2.9.0.post0 + # via jupyter-client pyyaml==6.0.1 # via + # jupyter-cache + # myst-nb # myst-parser # rocm-docs-core # sphinx-external-toc +pyzmq==27.1.0 + # via + # ipykernel + # jupyter-client +referencing==0.37.0 + # via + # jsonschema + # jsonschema-specifications requests==2.31.0 # via # pygithub # sphinx -rocm-docs-core==1.5.0 +rocm-docs-core==1.30.1 # via -r requirements.in +rpds-py==0.29.0 + # via + # jsonschema + # referencing +six==1.17.0 + # via python-dateutil smmap==5.0.1 # via gitdb snowballstemmer==2.2.0 @@ -103,6 +204,7 @@ soupsieve==2.5 sphinx==7.3.7 # via # breathe + # myst-nb # myst-parser # pydata-sphinx-theme # rocm-docs-core @@ -133,15 +235,43 @@ sphinxcontrib-qthelp==1.0.7 # via sphinx sphinxcontrib-serializinghtml==1.1.10 # via sphinx +sqlalchemy==2.0.44 + # via jupyter-cache +stack-data==0.6.3 + # via ipython +tabulate==0.9.0 + # via jupyter-cache tomli==2.0.1 # via sphinx +tornado==6.5.2 + # via + # ipykernel + # jupyter-client +traitlets==5.14.3 + # via + # ipykernel + # ipython + # jupyter-client + # jupyter-core + # matplotlib-inline + # nbclient + # nbformat typing-extensions==4.11.0 # via + # exceptiongroup + # ipython + # myst-nb # pydata-sphinx-theme # pygithub + # referencing + # sqlalchemy urllib3==2.2.1 # via # pygithub # requests +wcwidth==0.2.14 + # via prompt-toolkit wrapt==1.16.0 # via deprecated +zipp==3.23.0 + # via importlib-metadata