mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-27 03:14:33 +02:00
12 lines
150 B
YAML
12 lines
150 B
YAML
|
|
version: 2
|
||
|
|
|
||
|
|
sphinx:
|
||
|
|
configuration: docs/conf.py
|
||
|
|
|
||
|
|
python:
|
||
|
|
version: "3.8"
|
||
|
|
install:
|
||
|
|
- method: pip
|
||
|
|
path: .
|
||
|
|
extra_requirements:
|
||
|
|
- docs
|