mirror of
https://github.com/boticord/boticordpy.git
synced 2024-11-11 19:07:29 +03:00
13 lines
No EOL
198 B
YAML
13 lines
No EOL
198 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: "3.8"
|
|
install:
|
|
- requirements: requirements.txt
|
|
- requirements: docs-requirements.txt |