mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 00:24:25 +01:00
Merge pull request #4919 from beetbox/rtd-config
Try adding a ReadTheDocs config
This commit is contained in:
commit
371c5e5a57
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