mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-18 12:25:12 +00:00
8b9684f965
There's another config required for building the RTD documentation, https://docs.readthedocs.io/en/stable/config-file/ . [ci skip] Signed-off-by: David Sterba <dsterba@suse.com>
11 lines
182 B
YAML
11 lines
182 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.12"
|
|
sphinx:
|
|
configuration: Documentation/conf.py
|
|
python:
|
|
install:
|
|
- requirements: Documentation/requirements.txt
|