Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 3aa210c

Browse files
committed
Fix path in readthedocs yaml
1 parent c9428ad commit 3aa210c

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
@@ -6,11 +6,11 @@
66
version: 2
77

88
sphinx:
9-
configuration: doc/source/conf.py
9+
configuration: docs/source/conf.py
1010
fail_on_warning: true
1111

1212
python:
1313
install:
1414
- method: pip
1515
path: .
16-
- requirements: requirements_docs.txt
16+
- requirements: requirements_docs.txt

0 commit comments

Comments
 (0)