2020-04-29 06:07:43 +00:00
|
|
|
version: 2
|
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
2024-02-06 02:53:19 +00:00
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
tools:
|
|
|
|
python: "3.10"
|
2020-04-29 06:07:43 +00:00
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- method: pip
|
|
|
|
path: .
|
2024-02-06 02:53:19 +00:00
|
|
|
extra_requirements:
|
|
|
|
- docs
|