Update .readthedocs.yaml

This commit is contained in:
thelsing 2023-09-09 21:16:48 +02:00 committed by GitHub
parent 6eba663035
commit cf09bcd128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ build:
# Build documentation in the "docs/" directory with Sphinx # Build documentation in the "docs/" directory with Sphinx
sphinx: sphinx:
configuration: docs/conf.py configuration: doc/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml" # builder: "dirhtml"
# Fail on all warnings to avoid broken references # Fail on all warnings to avoid broken references
@ -30,6 +30,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required # Optional but recommended, declare the Python requirements required
# to build your documentation # to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python: python:
# install: install:
# - requirements: docs/requirements.txt - requirements: doc/requirements.txt