We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e275506 commit 404fc01Copy full SHA for 404fc01
.readthedocs.yaml
@@ -16,7 +16,7 @@ build:
16
17
# Build documentation in the "docs/" directory with Sphinx
18
sphinx:
19
- configuration: doc/conf.py
+ configuration: docs/conf.py
20
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
21
# builder: "dirhtml"
22
# Fail on all warnings to avoid broken references
@@ -32,4 +32,4 @@ sphinx:
32
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
33
python:
34
install:
35
- - requirements: doc/requirements.txt
+ - requirements: docs/requirements.txt
0 commit comments