mmc-utils/.readthedocs.yaml
Avri Altman c8cef0598b mmc-utils: Add Read-the-Docs configuration
Prior of building the documentation page, read-the-docs expects a github
project to be imported into it, so I had to mirror the mmc-utils repo
into https://github.com/avri-altman-wdc/mmc-utils.  It also expects some
mandatory settings in a configuration file - .readthedocs.yaml, add
those as well.  Finally, the public documentation is in
https://mmc-utils.readthedocs.io/en/latest/

Signed-off-by: Avri Altman <avri.altman@wdc.com>
Link: https://lore.kernel.org/r/20240624112542.25657-3-avri.altman@wdc.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2024-07-08 11:10:34 +02:00

18 lines
295 B
YAML

# SPDX-License-Identifier: GPL-2.0-only
# .readthedocs.yaml
version: 2
sphinx:
configuration: docs/conf.py
formats: all
python:
install:
- requirements: docs/requirements.txt
build:
os: "ubuntu-22.04" # Specify the OS (if this option becomes available)
tools:
python: "3.8"