Skip to content

Commit eab1eed

Browse files
authored
Update Read the Docs config to Python 3.10 and latest rocm-docs-core (#564) (#579)
1 parent 5070364 commit eab1eed

File tree

4 files changed

+58
-61
lines changed

4 files changed

+58
-61
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* @stanleytsang-amd @umfranzw @RobsonRLemos @lawruble13
22
# Documentation files
3-
docs/* @ROCm/rocm-documentation
3+
docs/ @ROCm/rocm-documentation
44
*.md @ROCm/rocm-documentation
55
*.rst @ROCm/rocm-documentation
6+
.readthedocs.yaml @ROCm/rocm-documentation

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ python:
1515
build:
1616
os: ubuntu-22.04
1717
tools:
18-
python: "3.8"
18+
python: "3.10"

docs/sphinx/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rocm-docs-core==0.38.1
1+
rocm-docs-core==1.4.1

docs/sphinx/requirements.txt

Lines changed: 54 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,106 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile requirements.in
66
#
7-
accessible-pygments==0.0.3
7+
accessible-pygments==0.0.5
88
# via pydata-sphinx-theme
9-
alabaster==0.7.13
9+
alabaster==0.7.16
1010
# via sphinx
11-
babel==2.12.1
11+
babel==2.15.0
1212
# via
1313
# pydata-sphinx-theme
1414
# sphinx
15-
beautifulsoup4==4.11.2
15+
beautifulsoup4==4.12.3
1616
# via pydata-sphinx-theme
17-
breathe==4.34.0
17+
breathe==4.35.0
1818
# via rocm-docs-core
19-
certifi==2023.7.22
19+
certifi==2024.6.2
2020
# via requests
21-
cffi==1.15.1
21+
cffi==1.16.0
2222
# via
2323
# cryptography
2424
# pynacl
25-
charset-normalizer==3.1.0
25+
charset-normalizer==3.3.2
2626
# via requests
27-
click==8.1.3
27+
click==8.1.7
2828
# via sphinx-external-toc
29-
cryptography==42.0.4
29+
cryptography==42.0.8
3030
# via pyjwt
31-
deprecated==1.2.13
31+
deprecated==1.2.14
3232
# via pygithub
33-
docutils==0.19
33+
docutils==0.21.2
3434
# via
3535
# breathe
3636
# myst-parser
3737
# pydata-sphinx-theme
3838
# sphinx
39-
fastjsonschema==2.16.3
39+
fastjsonschema==2.20.0
4040
# via rocm-docs-core
41-
gitdb==4.0.10
41+
gitdb==4.0.11
4242
# via gitpython
43-
gitpython==3.1.41
43+
gitpython==3.1.43
4444
# via rocm-docs-core
4545
idna==3.7
4646
# via requests
4747
imagesize==1.4.1
4848
# via sphinx
49-
importlib-metadata==6.8.0
50-
# via sphinx
51-
importlib-resources==6.1.0
52-
# via rocm-docs-core
53-
jinja2==3.1.3
49+
jinja2==3.1.4
5450
# via
5551
# myst-parser
5652
# sphinx
57-
markdown-it-py==2.2.0
53+
markdown-it-py==3.0.0
5854
# via
5955
# mdit-py-plugins
6056
# myst-parser
61-
markupsafe==2.1.2
57+
markupsafe==2.1.5
6258
# via jinja2
63-
mdit-py-plugins==0.3.5
59+
mdit-py-plugins==0.4.1
6460
# via myst-parser
6561
mdurl==0.1.2
6662
# via markdown-it-py
67-
myst-parser==1.0.0
63+
myst-parser==3.0.1
6864
# via rocm-docs-core
69-
packaging==23.0
65+
packaging==24.1
7066
# via
7167
# pydata-sphinx-theme
7268
# sphinx
73-
pycparser==2.21
69+
pycparser==2.22
7470
# via cffi
75-
pydata-sphinx-theme==0.13.3
71+
pydata-sphinx-theme==0.15.4
7672
# via
7773
# rocm-docs-core
7874
# sphinx-book-theme
79-
pygithub==1.58.1
75+
pygithub==2.3.0
8076
# via rocm-docs-core
81-
pygments==2.15.0
77+
pygments==2.18.0
8278
# via
8379
# accessible-pygments
8480
# pydata-sphinx-theme
8581
# sphinx
86-
pyjwt[crypto]==2.6.0
82+
pyjwt[crypto]==2.8.0
8783
# via pygithub
8884
pynacl==1.5.0
8985
# via pygithub
90-
pytz==2023.3.post1
91-
# via babel
92-
pyyaml==6.0
86+
pyyaml==6.0.1
9387
# via
9488
# myst-parser
9589
# rocm-docs-core
9690
# sphinx-external-toc
97-
requests==2.31.0
91+
requests==2.32.3
9892
# via
9993
# pygithub
10094
# sphinx
101-
rocm-docs-core==0.38.1
95+
rocm-docs-core==1.4.1
10296
# via -r requirements.in
103-
smmap==5.0.0
97+
smmap==5.0.1
10498
# via gitdb
10599
snowballstemmer==2.2.0
106100
# via sphinx
107-
soupsieve==2.4
101+
soupsieve==2.5
108102
# via beautifulsoup4
109-
sphinx==5.3.0
103+
sphinx==7.3.7
110104
# via
111105
# breathe
112106
# myst-parser
@@ -117,35 +111,37 @@ sphinx==5.3.0
117111
# sphinx-design
118112
# sphinx-external-toc
119113
# sphinx-notfound-page
120-
sphinx-book-theme==1.0.1
114+
sphinx-book-theme==1.1.3
121115
# via rocm-docs-core
122-
sphinx-copybutton==0.5.1
116+
sphinx-copybutton==0.5.2
123117
# via rocm-docs-core
124-
sphinx-design==0.4.1
118+
sphinx-design==0.6.0
125119
# via rocm-docs-core
126-
sphinx-external-toc==0.3.1
120+
sphinx-external-toc==1.0.1
127121
# via rocm-docs-core
128-
sphinx-notfound-page==0.8.3
122+
sphinx-notfound-page==1.0.2
129123
# via rocm-docs-core
130-
sphinxcontrib-applehelp==1.0.4
124+
sphinxcontrib-applehelp==1.0.8
131125
# via sphinx
132-
sphinxcontrib-devhelp==1.0.2
126+
sphinxcontrib-devhelp==1.0.6
133127
# via sphinx
134-
sphinxcontrib-htmlhelp==2.0.1
128+
sphinxcontrib-htmlhelp==2.0.5
135129
# via sphinx
136130
sphinxcontrib-jsmath==1.0.1
137131
# via sphinx
138-
sphinxcontrib-qthelp==1.0.3
132+
sphinxcontrib-qthelp==1.0.7
139133
# via sphinx
140-
sphinxcontrib-serializinghtml==1.1.5
134+
sphinxcontrib-serializinghtml==1.1.10
141135
# via sphinx
142-
typing-extensions==4.5.0
143-
# via pydata-sphinx-theme
144-
urllib3==1.26.18
145-
# via requests
146-
wrapt==1.15.0
147-
# via deprecated
148-
zipp==3.17.0
136+
tomli==2.0.1
137+
# via sphinx
138+
typing-extensions==4.12.2
149139
# via
150-
# importlib-metadata
151-
# importlib-resources
140+
# pydata-sphinx-theme
141+
# pygithub
142+
urllib3==2.2.2
143+
# via
144+
# pygithub
145+
# requests
146+
wrapt==1.16.0
147+
# via deprecated

0 commit comments

Comments
 (0)