mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-04 20:54:46 +02:00

Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
Deprecation of projects using Sphinx or MkDocs without an explicit configuration file: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
12 lines
164 B
YAML
12 lines
164 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.7"
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|