mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-27 00:17:44 +00:00
13 lines
204 B
YAML
13 lines
204 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
fail_on_warning: false
|
|
builder: html
|
|
|
|
python:
|
|
version: '3.8'
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
- requirements: docs/requirements.txt
|