mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Fix building documentation (#1300)
This commit is contained in:
parent
0708821566
commit
46c20a598f
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,9 @@
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: latest
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.8"
|
||||||
|
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
@ -11,7 +13,6 @@ sphinx:
|
||||||
formats: all
|
formats: all
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
|
||||||
install:
|
install:
|
||||||
- requirements: requirements_dev.txt
|
- requirements: requirements_dev.txt
|
||||||
- method: pip
|
- method: pip
|
||||||
|
|
Loading…
Reference in a new issue