mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 09:04:33 +01:00
Try adding a ReadTheDocs config (#4912)
This commit is contained in:
parent
4d38eee26b
commit
52f2edab4f
1 changed files with 16 additions and 0 deletions
16
.readthedocs.yaml
Normal file
16
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.11"
|
||||||
|
|
||||||
|
sphinx:
|
||||||
|
configuration: doc/conf.py
|
||||||
|
|
||||||
|
python:
|
||||||
|
install:
|
||||||
|
- method: pip
|
||||||
|
path: .
|
||||||
|
extra_requirements:
|
||||||
|
- docs
|
||||||
Loading…
Reference in a new issue