mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-14 07:44:29 +08: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
|