mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-14 07:44:29 +08:00
btrfs-progs: docs: add config file for readthedocs.io
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>
This commit is contained in:
parent
cc2e3ab03d
commit
8b9684f965
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,6 +73,7 @@
|
||||
.*
|
||||
!.editorconfig
|
||||
!.github
|
||||
!.readthedocs.yaml
|
||||
|
||||
/ci/images/*/devel.tar.gz
|
||||
|
||||
|
10
.readthedocs.yaml
Normal file
10
.readthedocs.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
version: 2
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.12"
|
||||
sphinx:
|
||||
configuration: Documentation/conf.py
|
||||
python:
|
||||
install:
|
||||
- requirements: Documentation/requirements.txt
|
@ -71,3 +71,5 @@ man_pages = [
|
||||
('mkfs.btrfs', 'mkfs.btrfs', 'create a btrfs filesystem', '', 8),
|
||||
('btrfs-man5', 'btrfs', 'topics about the BTRFS filesystem (mount options, supported file attributes and other)', '', 5),
|
||||
]
|
||||
|
||||
extensions = [ 'sphinx_rtd_theme' ]
|
||||
|
1
Documentation/requirements.txt
Normal file
1
Documentation/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
sphinx_rtd_theme
|
Loading…
Reference in New Issue
Block a user