Skip to content

Commit

Permalink
Update documentation requirements
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
neon60 committed Jun 7, 2024
1 parent 7d9aabc commit 55d6ac7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
sphinx:
configuration: docs/conf.py

formats: [htmlzip, pdf, epub]
formats: []

python:
install:
Expand All @@ -22,9 +22,9 @@ build:
- "graphviz" # For dot graphs in doxygen
jobs:
post_checkout:
- if [ -d ../llvm-project ]; then rmdir ../llvm-project; fi
- if [ -d ../clr ]; then rmdir ../clr; fi
- if [ -d ../ROCR-Runtime ]; then rmdir ../ROCR-Runtime; fi
- if [ -d ../llvm-project ]; then rm -r ../llvm-project; fi
- if [ -d ../clr ]; then rm -r ../clr; fi
- if [ -d ../ROCR-Runtime ]; then rm -r ../ROCR-Runtime; fi
- git clone --depth=1 --single-branch --branch rocdoc-195 https://github.com/StreamHPC/llvm-project.git ../llvm-project
- git clone --depth=1 --single-branch --branch develop https://github.com/ROCm/clr.git ../clr
- git clone --depth=1 --single-branch --branch master https://github.com/ROCm/ROCR-Runtime.git ../ROCR-Runtime
Expand Down
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.3.0
rocm-docs-core[api_reference]==1.4.0
sphinxcontrib.doxylink
8 changes: 4 additions & 4 deletions docs/sphinx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
breathe==4.35.0
# via rocm-docs-core
certifi==2024.2.2
certifi==2024.6.2
# via requests
cffi==1.16.0
# via
Expand All @@ -31,7 +31,7 @@ click==8.1.7
# sphinx-external-toc
click-log==0.4.0
# via doxysphinx
cryptography==42.0.7
cryptography==42.0.8
# via pyjwt
deprecated==1.2.14
# via pygithub
Expand Down Expand Up @@ -116,7 +116,7 @@ requests==2.32.3
# via
# pygithub
# sphinx
rocm-docs-core[api-reference]==1.3.0
rocm-docs-core[api-reference]==1.4.0
# via -r requirements.in
six==1.16.0
# via python-dateutil
Expand Down Expand Up @@ -166,7 +166,7 @@ tomli==2.0.1
# via sphinx
tqdm==4.66.4
# via mpire
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# pydata-sphinx-theme
# pygithub
Expand Down

0 comments on commit 55d6ac7

Please sign in to comment.