Files
sigal/.readthedocs.yml

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

21 lines
267 B
YAML
Raw Normal View History

2019-02-24 23:38:10 +01:00
version: 2
2018-09-17 00:17:31 +02:00
build:
2023-11-08 22:36:48 +01:00
os: ubuntu-22.04
tools:
python: "3.12"
sphinx:
configuration: docs/conf.py
fail_on_warning: true
2018-09-17 00:17:31 +02:00
python:
2019-02-24 23:38:10 +01:00
install:
- method: pip
path: .
extra_requirements:
- docs
2023-11-08 22:36:48 +01:00
# Don't build any extra formats
formats: []