drgn/.readthedocs.yaml
Omar Sandoval 5e0dd56729 docs: try fixing invalid build.tools.python in .readthedocs.yaml
The error message from Read the Docs says: "Problem in your project's
configuration. Invalid configuration option "build.tools.python":
expected one of (2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3, miniconda3-4.7,
mambaforge-4.10, mambaforge-22.9), got 3". Maybe it got a number and
expects a string.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-09-07 10:29:12 -07:00

11 lines
161 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: "3"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: docs/requirements.txt