Skip to content

Commit d8db047

Browse files
committed
Manually update requirements.in and txt
1 parent 03de6a3 commit d8db047

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/sphinx/requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
rocm-docs-core[api_reference]==1.17.0
1+
rocm-docs-core==1.17.0
2+
sphinxcontrib.datatemplates==0.11.0

docs/sphinx/requirements.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ debugpy==1.8.12
4545
# via ipykernel
4646
decorator==5.1.1
4747
# via ipython
48+
defusedxml==0.7.1
49+
# via sphinxcontrib-datatemplates
4850
deprecated==1.2.15
4951
# via pygithub
5052
docutils==0.21.2
@@ -173,6 +175,7 @@ pyyaml==6.0.2
173175
# myst-parser
174176
# rocm-docs-core
175177
# sphinx-external-toc
178+
# sphinxcontrib-datatemplates
176179
pyzmq==26.2.1
177180
# via
178181
# ipykernel
@@ -185,7 +188,7 @@ requests==2.32.3
185188
# via
186189
# pygithub
187190
# sphinx
188-
rocm-docs-core[api_reference]==1.17.0
191+
rocm-docs-core==1.17.0
189192
# via -r requirements.in
190193
rpds-py==0.22.3
191194
# via
@@ -211,6 +214,8 @@ sphinx==8.1.3
211214
# sphinx-design
212215
# sphinx-external-toc
213216
# sphinx-notfound-page
217+
# sphinxcontrib-datatemplates
218+
# sphinxcontrib-runcmd
214219
sphinx-book-theme==1.1.3
215220
# via rocm-docs-core
216221
sphinx-copybutton==0.5.2
@@ -223,6 +228,8 @@ sphinx-notfound-page==1.0.4
223228
# via rocm-docs-core
224229
sphinxcontrib-applehelp==2.0.0
225230
# via sphinx
231+
sphinxcontrib-datatemplates==0.11.0
232+
# via -r requirements.in
226233
sphinxcontrib-devhelp==2.0.0
227234
# via sphinx
228235
sphinxcontrib-htmlhelp==2.1.0
@@ -231,6 +238,8 @@ sphinxcontrib-jsmath==1.0.1
231238
# via sphinx
232239
sphinxcontrib-qthelp==2.0.0
233240
# via sphinx
241+
sphinxcontrib-runcmd==0.2.0
242+
# via sphinxcontrib-datatemplates
234243
sphinxcontrib-serializinghtml==2.0.0
235244
# via sphinx
236245
sqlalchemy==2.0.38

0 commit comments

Comments
 (0)