Update .readthedocs.yaml

pull/258/head^2
thelsing 8 months ago committed by GitHub
parent 6eba663035
commit cf09bcd128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .readthedocs.yaml

@ -16,7 +16,7 @@ build:
# Build documentation in the "docs/" directory with 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
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
@ -30,6 +30,6 @@ sphinx:
# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: doc/requirements.txt

Loading…
Cancel
Save