Skip to content

Commit c88cb63

Browse files
authored
Fixed path of sphinx conf.py
1 parent 6135252 commit c88cb63

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,10 +6,10 @@ build:
66
python: "3.8"
77

88
sphinx:
9-
configuration: docs/conf.py
9+
configuration: docs/source/conf.py
1010

1111
python:
1212
install:
1313
- requirements: docs/requirements.txt
1414
- method: pip
15-
path: .
15+
path: .

0 commit comments

Comments
 (0)