Skip to content

Commit f0a62e9

Browse files
committed
Point sphinx.configuration key to the correct file location
1 parent 32b7ffe commit f0a62e9

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
@@ -9,5 +9,5 @@ build:
99
- python -m sphinx -aEnTW --builder html --keep-going docs/ $READTHEDOCS_OUTPUT/html
1010

1111
sphinx:
12-
configuration: docs/source/conf.py
13-
fail_on_warning: true
12+
configuration: docs/conf.py
13+
fail_on_warning: true

0 commit comments

Comments
 (0)