Skip to content

Commit 3ae4e13

Browse files
committed
[ROCDOC-95] Update ReadtheDocs configurations for documentation
Change-Id: I24f0c42681d2c8e319eb86d46c724c5ac4a475da
1 parent 957be9f commit 3ae4e13

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

amd/hipcc/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ formats: [htmlzip, pdf, epub]
1010

1111
python:
1212
install:
13-
- requirements: docs/sphinx/requirements.txt
13+
- requirements: amd/hipcc/docs/sphinx/requirements.txt
1414

1515
build:
1616
os: ubuntu-22.04

amd/hipcc/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.27.0
1+
rocm-docs-core==0.31.0

amd/hipcc/docs/sphinx/requirements.txt

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements.in
@@ -46,6 +46,10 @@ idna==3.4
4646
# via requests
4747
imagesize==1.4.1
4848
# via sphinx
49+
importlib-metadata==7.0.1
50+
# via sphinx
51+
importlib-resources==6.1.1
52+
# via rocm-docs-core
4953
jinja2==3.1.2
5054
# via
5155
# myst-parser
@@ -80,9 +84,13 @@ pygments==2.14.0
8084
# pydata-sphinx-theme
8185
# sphinx
8286
pyjwt[crypto]==2.6.0
83-
# via pygithub
87+
# via
88+
# pygithub
89+
# pyjwt
8490
pynacl==1.5.0
8591
# via pygithub
92+
pytz==2023.3.post1
93+
# via babel
8694
pyyaml==6.0
8795
# via
8896
# myst-parser
@@ -92,7 +100,7 @@ requests==2.28.2
92100
# via
93101
# pygithub
94102
# sphinx
95-
rocm-docs-core==0.27.0
103+
rocm-docs-core==0.31.0
96104
# via -r requirements.in
97105
smmap==5.0.0
98106
# via gitdb
@@ -139,3 +147,7 @@ urllib3==1.26.15
139147
# via requests
140148
wrapt==1.15.0
141149
# via deprecated
150+
zipp==3.17.0
151+
# via
152+
# importlib-metadata
153+
# importlib-resources

0 commit comments

Comments
 (0)