mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-11 20:04:17 +00:00
20 lines
252 B
YAML
20 lines
252 B
YAML
version: 2
|
|
formats: []
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.8"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
fail_on_warning: false
|
|
builder: html
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|