Skip to content

Commit 404fc01

Browse files
Fix paths in rtd config (#33)
1 parent e275506 commit 404fc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616

1717
# Build documentation in the "docs/" directory with Sphinx
1818
sphinx:
19-
configuration: doc/conf.py
19+
configuration: docs/conf.py
2020
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
2121
# builder: "dirhtml"
2222
# Fail on all warnings to avoid broken references
@@ -32,4 +32,4 @@ sphinx:
3232
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
3333
python:
3434
install:
35-
- requirements: doc/requirements.txt
35+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)