Skip to content

Commit 75c671a

Browse files
authored
Fix path to requirements file in rtd config
1 parent 9ed2d58 commit 75c671a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77

88
python:
99
install:
10-
- requirements: doc/requirements_docs.txt
10+
- requirements: doc/requirements.txt
1111
- path: .
1212

1313
sphinx:

0 commit comments

Comments
 (0)