1de63ce506
Change-Id: I30633c9cd29bc58b0c48086d5f493204f3d6ffd8 Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
22 righe
402 B
YAML
22 righe
402 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: [htmlzip, pdf, epub]
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/.sphinx/requirements.txt
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.8"
|
|
apt_packages:
|
|
- "doxygen"
|
|
- "graphviz" # For dot graphs in doxygen
|