Commit b56217d0 authored by Sam Wu's avatar Sam Wu
Browse files

Update documentation requirements

parent 85f8365d
...@@ -3,15 +3,6 @@ ...@@ -3,15 +3,6 @@
version: 2 version: 2
sphinx:
configuration: docs/conf.py
formats: [htmlzip, pdf, epub]
python:
install:
- requirements: docs/sphinx/requirements.txt
build: build:
os: ubuntu-22.04 os: ubuntu-22.04
tools: tools:
...@@ -20,3 +11,12 @@ build: ...@@ -20,3 +11,12 @@ build:
- "doxygen" - "doxygen"
- "gfortran" # For pre-processing fortran sources - "gfortran" # For pre-processing fortran sources
- "graphviz" # For dot graphs in doxygen - "graphviz" # For dot graphs in doxygen
python:
install:
- requirements: docs/sphinx/requirements.txt
sphinx:
configuration: docs/conf.py
formats: []
rocm-docs-core[api_reference]==1.2.0 rocm-docs-core[api_reference]==1.4.0
...@@ -16,7 +16,7 @@ beautifulsoup4==4.12.3 ...@@ -16,7 +16,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme # via pydata-sphinx-theme
breathe==4.35.0 breathe==4.35.0
# via rocm-docs-core # via rocm-docs-core
certifi==2024.2.2 certifi==2024.6.2
# via requests # via requests
cffi==1.16.0 cffi==1.16.0
# via # via
...@@ -31,7 +31,7 @@ click==8.1.7 ...@@ -31,7 +31,7 @@ click==8.1.7
# sphinx-external-toc # sphinx-external-toc
click-log==0.4.0 click-log==0.4.0
# via doxysphinx # via doxysphinx
cryptography==42.0.7 cryptography==42.0.8
# via pyjwt # via pyjwt
deprecated==1.2.14 deprecated==1.2.14
# via pygithub # via pygithub
...@@ -112,7 +112,7 @@ requests==2.32.3 ...@@ -112,7 +112,7 @@ requests==2.32.3
# via # via
# pygithub # pygithub
# sphinx # sphinx
rocm-docs-core[api-reference]==1.2.0 rocm-docs-core[api-reference]==1.4.0
# via -r requirements.in # via -r requirements.in
smmap==5.0.1 smmap==5.0.1
# via gitdb # via gitdb
...@@ -157,7 +157,7 @@ tomli==2.0.1 ...@@ -157,7 +157,7 @@ tomli==2.0.1
# via sphinx # via sphinx
tqdm==4.66.4 tqdm==4.66.4
# via mpire # via mpire
typing-extensions==4.12.0 typing-extensions==4.12.1
# via # via
# pydata-sphinx-theme # pydata-sphinx-theme
# pygithub # pygithub
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment