a0f53a5fdb
* Sync HIP documentation leftover * Update HIP docs environment.yaml and doxyfile
25 行
568 B
YAML
25 行
568 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: []
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/sphinx/requirements.txt
|
|
|
|
conda:
|
|
environment: docs/environment.yml # needed until ubuntu ships doxygen >= 1.9.8
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "mambaforge-22.9" # needed until ubuntu ships doxygen >= 1.9.8
|
|
apt_packages:
|
|
- "gfortran" # For pre-processing fortran sources
|
|
- "graphviz" # For dot graphs in doxygen
|