documentation/.readthedocs.yml
Benjamin Melançon a3566ce9b6 Maybe OS is required if specifying tools?
Error

Problem in your project's configuration. Invalid build.tools.python: .readthedocs.yml: Invalid configuration option: build.tools.python. Make sure the key name is correct.
2022-02-09 23:44:06 -05:00

12 lines
167 B
YAML

version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
sphinx:
configuration: conf.py
python:
version: 3
install:
- requirements: requirements.txt