mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-08 19:39:35 +02:00
18 lines
225 B
YAML
18 lines
225 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.9"
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
|
|
sphinx:
|
|
builder: html
|