21 lines
420 B
YAML
21 lines
420 B
YAML
# Read the Docs configuration file for Sphinx projects
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.12"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
# TODO: Enable this when we get rid of the existing warnings
|
|
# fail_on_warning: true
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
- requirements: requirements-docs.txt
|