mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 01:03:07 +00:00
5e0dd56729
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>
11 lines
161 B
YAML
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
|