Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sphinx/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rocm-docs-core[api_reference]==1.31.3
rocm-docs-core[api_reference]==1.32.0
sphinxcontrib-bibtex==2.6.5
25 changes: 20 additions & 5 deletions docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ charset-normalizer==3.4.4
# via requests
click==8.3.1
# via
# click-log
# doxysphinx
# jupyter-cache
# sphinx-external-toc
click-log==0.4.0
# via doxysphinx
comm==0.2.3
# via ipykernel
cryptography==46.0.3
Expand All @@ -50,6 +54,8 @@ docutils==0.21.2
# pydata-sphinx-theme
# sphinx
# sphinxcontrib-bibtex
doxysphinx==3.3.14
# via rocm-docs-core
exceptiongroup==1.3.1
# via ipython
executing==2.2.1
Expand All @@ -58,8 +64,6 @@ fastjsonschema==2.21.2
# via
# nbformat
# rocm-docs-core
fonttools==4.61.0
# via matplotlib
gitdb==4.0.12
# via gitpython
gitpython==3.1.46
Expand Down Expand Up @@ -104,6 +108,10 @@ jupyter-core==5.9.1
# nbformat
latexcodec==3.0.1
# via pybtex
libsass==0.22.0
# via doxysphinx
lxml==5.2.1
# via doxysphinx
markdown-it-py==3.0.0
# via
# mdit-py-plugins
Expand All @@ -118,6 +126,8 @@ mdit-py-plugins==0.5.0
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
mpire==2.10.2
# via doxysphinx
myst-nb==1.3.0
# via rocm-docs-core
myst-parser==4.0.1
Expand All @@ -142,8 +152,6 @@ parso==0.8.5
# via jedi
pexpect==4.9.0
# via ipython
pillow==11.3.0
# via matplotlib
platformdirs==4.5.1
# via jupyter-core
prompt-toolkit==3.0.52
Expand Down Expand Up @@ -172,12 +180,17 @@ pygments==2.19.2
# via
# accessible-pygments
# ipython
# mpire
# pydata-sphinx-theme
# sphinx
pyjson5==1.6.9
# via doxysphinx
pyjwt[crypto]==2.10.1
# via pygithub
pynacl==1.6.2
# via pygithub
pyparsing==3.3.2
# via doxysphinx
python-dateutil==2.9.0.post0
# via jupyter-client
pyyaml==6.0.3
Expand All @@ -200,7 +213,7 @@ requests==2.32.5
# via
# pygithub
# sphinx
rocm-docs-core[api-reference]==1.31.3
rocm-docs-core[api-reference]==1.32.0
# via -r requirements.in
rpds-py==0.30.0
# via
Expand Down Expand Up @@ -263,6 +276,8 @@ tornado==6.5.4
# via
# ipykernel
# jupyter-client
tqdm==4.67.3
# via mpire
traitlets==5.14.3
# via
# ipykernel
Expand Down
Loading