Skip to content

Commit 82b4405

Browse files
authored
Merge pull request #601 from daineAMD/rtd-hotfix56
2 parents 6888e10 + 0c96f5c commit 82b4405

File tree

4 files changed

+37
-157
lines changed

4 files changed

+37
-157
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "pip" # See documentation for possible values
9+
directory: "/docs/.sphinx" # Location of package manifests
10+
open-pull-requests-limit: 10
11+
schedule:
12+
interval: "daily"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ _static/
4747
_templates/
4848
_toc.yml
4949
docBin/
50+
_doxygen/

docs/.sphinx/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/RadeonOpenCompute/rocm-docs-core.git
1+
rocm-docs-core==0.12.0

docs/.sphinx/requirements.txt

Lines changed: 23 additions & 156 deletions
Original file line numberDiff line numberDiff line change
@@ -8,95 +8,48 @@ accessible-pygments==0.0.3
88
# via pydata-sphinx-theme
99
alabaster==0.7.13
1010
# via sphinx
11-
asttokens==2.2.1
12-
# via stack-data
13-
attrs==22.2.0
14-
# via
15-
# jsonschema
16-
# jupyter-cache
1711
babel==2.12.1
1812
# via
1913
# pydata-sphinx-theme
2014
# sphinx
21-
backcall==0.2.0
22-
# via ipython
2315
beautifulsoup4==4.11.2
2416
# via pydata-sphinx-theme
2517
breathe==4.34.0
2618
# via rocm-docs-core
2719
certifi==2022.12.7
2820
# via requests
2921
cffi==1.15.1
30-
# via pynacl
22+
# via
23+
# cryptography
24+
# pynacl
3125
charset-normalizer==3.1.0
3226
# via requests
3327
click==8.1.3
34-
# via
35-
# jupyter-cache
36-
# sphinx-external-toc
37-
comm==0.1.2
38-
# via ipykernel
39-
debugpy==1.6.6
40-
# via ipykernel
41-
decorator==5.1.1
42-
# via ipython
28+
# via sphinx-external-toc
29+
cryptography==40.0.2
30+
# via pyjwt
4331
deprecated==1.2.13
4432
# via pygithub
45-
docutils==0.16
33+
docutils==0.19
4634
# via
4735
# breathe
4836
# myst-parser
4937
# pydata-sphinx-theme
50-
# rocm-docs-core
5138
# sphinx
52-
executing==1.2.0
53-
# via stack-data
5439
fastjsonschema==2.16.3
55-
# via nbformat
40+
# via rocm-docs-core
5641
gitdb==4.0.10
5742
# via gitpython
5843
gitpython==3.1.31
5944
# via rocm-docs-core
60-
greenlet==2.0.2
61-
# via sqlalchemy
6245
idna==3.4
6346
# via requests
6447
imagesize==1.4.1
6548
# via sphinx
66-
importlib-metadata==6.0.0
67-
# via
68-
# jupyter-cache
69-
# jupyter-client
70-
# myst-nb
71-
importlib-resources==5.10.4
72-
# via
73-
# jsonschema
74-
# rocm-docs-core
75-
ipykernel==6.21.3
76-
# via myst-nb
77-
ipython==8.11.0
78-
# via
79-
# ipykernel
80-
# myst-nb
81-
jedi==0.18.2
82-
# via ipython
8349
jinja2==3.1.2
8450
# via
8551
# myst-parser
8652
# sphinx
87-
jsonschema==4.17.3
88-
# via nbformat
89-
jupyter-cache==0.5.0
90-
# via myst-nb
91-
jupyter-client==8.0.3
92-
# via
93-
# ipykernel
94-
# nbclient
95-
jupyter-core==5.3.0
96-
# via
97-
# ipykernel
98-
# jupyter-client
99-
# nbformat
10053
linkify-it-py==1.0.3
10154
# via myst-parser
10255
markdown-it-py==2.2.0
@@ -105,108 +58,53 @@ markdown-it-py==2.2.0
10558
# myst-parser
10659
markupsafe==2.1.2
10760
# via jinja2
108-
matplotlib-inline==0.1.6
109-
# via
110-
# ipykernel
111-
# ipython
11261
mdit-py-plugins==0.3.5
11362
# via myst-parser
11463
mdurl==0.1.2
11564
# via markdown-it-py
116-
myst-nb==0.17.1
65+
myst-parser[linkify]==1.0.0
11766
# via rocm-docs-core
118-
myst-parser[linkify]==0.18.1
119-
# via
120-
# myst-nb
121-
# rocm-docs-core
122-
nbclient==0.5.13
123-
# via
124-
# jupyter-cache
125-
# myst-nb
126-
nbformat==5.7.3
127-
# via
128-
# jupyter-cache
129-
# myst-nb
130-
# nbclient
131-
nest-asyncio==1.5.6
132-
# via
133-
# ipykernel
134-
# nbclient
13567
packaging==23.0
13668
# via
137-
# ipykernel
13869
# pydata-sphinx-theme
13970
# sphinx
140-
parso==0.8.3
141-
# via jedi
142-
pexpect==4.8.0
143-
# via ipython
144-
pickleshare==0.7.5
145-
# via ipython
146-
pkgutil-resolve-name==1.3.10
147-
# via jsonschema
148-
platformdirs==3.1.1
149-
# via jupyter-core
150-
prompt-toolkit==3.0.38
151-
# via ipython
152-
psutil==5.9.4
153-
# via ipykernel
154-
ptyprocess==0.7.0
155-
# via pexpect
156-
pure-eval==0.2.2
157-
# via stack-data
15871
pycparser==2.21
15972
# via cffi
160-
pydata-sphinx-theme==0.13.1
161-
# via sphinx-book-theme
162-
pygithub==1.57
73+
pydata-sphinx-theme==0.13.3
74+
# via
75+
# rocm-docs-core
76+
# sphinx-book-theme
77+
pygithub==1.58.1
16378
# via rocm-docs-core
16479
pygments==2.14.0
16580
# via
16681
# accessible-pygments
167-
# ipython
16882
# pydata-sphinx-theme
16983
# sphinx
170-
pyjwt==2.6.0
84+
pyjwt[crypto]==2.6.0
17185
# via pygithub
17286
pynacl==1.5.0
17387
# via pygithub
174-
pyrsistent==0.19.3
175-
# via jsonschema
176-
python-dateutil==2.8.2
177-
# via jupyter-client
178-
pytz==2022.7.1
179-
# via babel
18088
pyyaml==6.0
18189
# via
182-
# jupyter-cache
183-
# myst-nb
18490
# myst-parser
91+
# rocm-docs-core
18592
# sphinx-external-toc
186-
pyzmq==25.0.1
187-
# via
188-
# ipykernel
189-
# jupyter-client
190-
requests==2.28.2
93+
requests==2.31.0
19194
# via
19295
# pygithub
19396
# sphinx
194-
rocm-docs-core @ git+https://github.com/RadeonOpenCompute/rocm-docs-core.git
97+
rocm-docs-core==0.12.0
19598
# via -r requirements.in
196-
six==1.16.0
197-
# via
198-
# asttokens
199-
# python-dateutil
20099
smmap==5.0.0
201100
# via gitdb
202101
snowballstemmer==2.2.0
203102
# via sphinx
204103
soupsieve==2.4
205104
# via beautifulsoup4
206-
sphinx==4.3.1
105+
sphinx==5.3.0
207106
# via
208107
# breathe
209-
# myst-nb
210108
# myst-parser
211109
# pydata-sphinx-theme
212110
# rocm-docs-core
@@ -215,11 +113,11 @@ sphinx==4.3.1
215113
# sphinx-design
216114
# sphinx-external-toc
217115
# sphinx-notfound-page
218-
sphinx-book-theme==1.0.0rc2
116+
sphinx-book-theme==1.0.1
219117
# via rocm-docs-core
220118
sphinx-copybutton==0.5.1
221119
# via rocm-docs-core
222-
sphinx-design==0.3.0
120+
sphinx-design==0.4.1
223121
# via rocm-docs-core
224122
sphinx-external-toc==0.3.1
225123
# via rocm-docs-core
@@ -237,42 +135,11 @@ sphinxcontrib-qthelp==1.0.3
237135
# via sphinx
238136
sphinxcontrib-serializinghtml==1.1.5
239137
# via sphinx
240-
sqlalchemy==1.4.46
241-
# via jupyter-cache
242-
stack-data==0.6.2
243-
# via ipython
244-
tabulate==0.9.0
245-
# via jupyter-cache
246-
tornado==6.2
247-
# via
248-
# ipykernel
249-
# jupyter-client
250-
traitlets==5.9.0
251-
# via
252-
# comm
253-
# ipykernel
254-
# ipython
255-
# jupyter-client
256-
# jupyter-core
257-
# matplotlib-inline
258-
# nbclient
259-
# nbformat
260138
typing-extensions==4.5.0
261-
# via
262-
# myst-nb
263-
# myst-parser
139+
# via pydata-sphinx-theme
264140
uc-micro-py==1.0.1
265141
# via linkify-it-py
266142
urllib3==1.26.15
267143
# via requests
268-
wcwidth==0.2.6
269-
# via prompt-toolkit
270144
wrapt==1.15.0
271-
# via deprecated
272-
zipp==3.15.0
273-
# via
274-
# importlib-metadata
275-
# importlib-resources
276-
277-
# The following packages are considered to be unsafe in a requirements file:
278-
# setuptools
145+
# via deprecated

0 commit comments

Comments
 (0)