11 lines
157 B
YAML
11 lines
157 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.9"
|
|
|
|
sphinx:
|
|
# Path to your Sphinx configuration file.
|
|
configuration: docs/source/conf.py
|