mirror of
https://github.com/simonw/datasette.git
synced 2026-06-06 09:07:00 +02:00
17 lines
213 B
YAML
17 lines
213 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: "3.13"
|
|
jobs:
|
|
install:
|
|
- pip install --upgrade pip
|
|
- pip install . --group dev
|
|
|
|
formats:
|
|
- pdf
|
|
- epub
|