Files
sphinx/.readthedocs.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
205 B
YAML
Raw Normal View History

2021-01-16 21:30:28 +09:00
version: 2
2021-02-17 00:32:47 +09:00
build:
os: ubuntu-22.04
tools:
python: "3"
apt_packages:
- graphviz
2021-02-17 00:32:47 +09:00
formats:
- pdf
2021-01-16 21:30:28 +09:00
python:
install:
- method: pip
path: .
extra_requirements:
- docs