mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-16 14:13:13 +00:00
19 lines
235 B
YAML
19 lines
235 B
YAML
version: 2
|
|
formats: []
|
|
|
|
build:
|
|
image: latest
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
fail_on_warning: false
|
|
builder: html
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|