Spaces:
Runtime error
Runtime error
Fix for read the docs
Browse files- .readthedocs.yaml +1 -1
.readthedocs.yaml
CHANGED
|
@@ -18,6 +18,6 @@ sphinx:
|
|
| 18 |
# Optionally declare the Python requirements required to build your docs
|
| 19 |
python:
|
| 20 |
install:
|
| 21 |
-
- requirements:
|
| 22 |
- method: pip
|
| 23 |
path: .
|
|
|
|
| 18 |
# Optionally declare the Python requirements required to build your docs
|
| 19 |
python:
|
| 20 |
install:
|
| 21 |
+
- requirements: requirements.txt
|
| 22 |
- method: pip
|
| 23 |
path: .
|