Fix the `.readthedocs.yml` file.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2024-03-23 09:23:23 -07:00
parent a5a44fa0c5
commit be2ddb3cf0
1 changed files with 7 additions and 1 deletions

View File

@ -19,13 +19,19 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
build:
os: ubuntu-lts-latest
tools:
python: latest
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
fail_on_warning: false
python:
version: "3.7"
install:
- requirements: docs/requirements.txt