2023-05-05 06:12:37 +00:00
|
|
|
version: 2
|
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
tools:
|
|
|
|
python: '3.11'
|
2017-10-09 17:15:36 +00:00
|
|
|
python:
|
2023-05-05 06:12:37 +00:00
|
|
|
install:
|
|
|
|
- method: pip
|
|
|
|
path: .
|
|
|
|
extra_requirements:
|
|
|
|
- docs
|
2024-01-22 06:38:04 +00:00
|
|
|
sphinx:
|
|
|
|
fail_on_warning: True
|