Skip to content

Commit e6723b2

Browse files
committed
Reformat path in ReadTheDocs
1 parent 2707cc9 commit e6723b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ build:
1414

1515
# Build documentation in the "docs/" directory with Sphinx
1616
sphinx:
17-
configuration: ./conf.py
17+
configuration: conf.py
1818

1919
# Optionally, but recommended,
2020
# declare the Python requirements required to build your documentation
2121
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2222
python:
2323
install:
24-
- requirements: ./requirements.txt
24+
- requirements: requirements.txt

0 commit comments

Comments
 (0)