2019-02-24 23:38:10 +01:00
|
|
|
version: 2
|
2018-09-17 00:17:31 +02:00
|
|
|
|
2020-03-15 22:09:02 -03: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
|
2020-03-15 22:09:02 -03:00
|
|
|
|
2018-09-17 00:17:31 +02:00
|
|
|
python:
|
2019-02-24 23:38:10 +01:00
|
|
|
install:
|
|
|
|
|
- method: pip
|
|
|
|
|
path: .
|
2020-03-15 22:09:02 -03:00
|
|
|
extra_requirements:
|
|
|
|
|
- docs
|
2023-11-08 22:36:48 +01:00
|
|
|
|
|
|
|
|
# Don't build any extra formats
|
|
|
|
|
formats: []
|