Commit 85f8365d authored by Sam Wu's avatar Sam Wu
Browse files

Update documentation requirements

parent 7eaf6f94
...@@ -6,7 +6,7 @@ version: 2 ...@@ -6,7 +6,7 @@ version: 2
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py
formats: [htmlzip, pdf] formats: [htmlzip, pdf, epub]
python: python:
install: install:
...@@ -18,3 +18,5 @@ build: ...@@ -18,3 +18,5 @@ build:
python: "3.10" python: "3.10"
apt_packages: apt_packages:
- "doxygen" - "doxygen"
- "gfortran" # For pre-processing fortran sources
- "graphviz" # For dot graphs in doxygen
rocm-docs-core==1.2.0 rocm-docs-core[api_reference]==1.2.0
...@@ -25,7 +25,12 @@ cffi==1.16.0 ...@@ -25,7 +25,12 @@ cffi==1.16.0
charset-normalizer==3.3.2 charset-normalizer==3.3.2
# via requests # via requests
click==8.1.7 click==8.1.7
# via sphinx-external-toc # via
# click-log
# doxysphinx
# sphinx-external-toc
click-log==0.4.0
# via doxysphinx
cryptography==42.0.7 cryptography==42.0.7
# via pyjwt # via pyjwt
deprecated==1.2.14 deprecated==1.2.14
...@@ -36,6 +41,8 @@ docutils==0.21.2 ...@@ -36,6 +41,8 @@ docutils==0.21.2
# myst-parser # myst-parser
# pydata-sphinx-theme # pydata-sphinx-theme
# sphinx # sphinx
doxysphinx==3.3.8
# via rocm-docs-core
fastjsonschema==2.19.1 fastjsonschema==2.19.1
# via rocm-docs-core # via rocm-docs-core
gitdb==4.0.11 gitdb==4.0.11
...@@ -50,6 +57,10 @@ jinja2==3.1.4 ...@@ -50,6 +57,10 @@ jinja2==3.1.4
# via # via
# myst-parser # myst-parser
# sphinx # sphinx
libsass==0.22.0
# via doxysphinx
lxml==4.9.4
# via doxysphinx
markdown-it-py==3.0.0 markdown-it-py==3.0.0
# via # via
# mdit-py-plugins # mdit-py-plugins
...@@ -60,8 +71,12 @@ mdit-py-plugins==0.4.1 ...@@ -60,8 +71,12 @@ mdit-py-plugins==0.4.1
# via myst-parser # via myst-parser
mdurl==0.1.2 mdurl==0.1.2
# via markdown-it-py # via markdown-it-py
mpire==2.10.2
# via doxysphinx
myst-parser==3.0.1 myst-parser==3.0.1
# via rocm-docs-core # via rocm-docs-core
numpy==1.26.4
# via doxysphinx
packaging==24.0 packaging==24.0
# via # via
# pydata-sphinx-theme # pydata-sphinx-theme
...@@ -77,12 +92,17 @@ pygithub==2.3.0 ...@@ -77,12 +92,17 @@ pygithub==2.3.0
pygments==2.18.0 pygments==2.18.0
# via # via
# accessible-pygments # accessible-pygments
# mpire
# pydata-sphinx-theme # pydata-sphinx-theme
# sphinx # sphinx
pyjson5==1.6.6
# via doxysphinx
pyjwt[crypto]==2.8.0 pyjwt[crypto]==2.8.0
# via pygithub # via pygithub
pynacl==1.5.0 pynacl==1.5.0
# via pygithub # via pygithub
pyparsing==3.1.2
# via doxysphinx
pyyaml==6.0.1 pyyaml==6.0.1
# via # via
# myst-parser # myst-parser
...@@ -92,7 +112,7 @@ requests==2.32.3 ...@@ -92,7 +112,7 @@ requests==2.32.3
# via # via
# pygithub # pygithub
# sphinx # sphinx
rocm-docs-core==1.2.0 rocm-docs-core[api-reference]==1.2.0
# via -r requirements.in # via -r requirements.in
smmap==5.0.1 smmap==5.0.1
# via gitdb # via gitdb
...@@ -135,6 +155,8 @@ sphinxcontrib-serializinghtml==1.1.10 ...@@ -135,6 +155,8 @@ sphinxcontrib-serializinghtml==1.1.10
# via sphinx # via sphinx
tomli==2.0.1 tomli==2.0.1
# via sphinx # via sphinx
tqdm==4.66.4
# via mpire
typing-extensions==4.12.0 typing-extensions==4.12.0
# via # via
# pydata-sphinx-theme # pydata-sphinx-theme
......
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