Karim shoair commited on
Commit ·
ea7c7cc
1
Parent(s): 3b49809
docs: possible fix for RTD zensical build
Browse files- .readthedocs.yaml +1 -1
.readthedocs.yaml
CHANGED
|
@@ -12,7 +12,7 @@ build:
|
|
| 12 |
jobs:
|
| 13 |
install:
|
| 14 |
- pip install -r docs/requirements.txt
|
| 15 |
-
- pip install .
|
| 16 |
build:
|
| 17 |
html:
|
| 18 |
- zensical build
|
|
|
|
| 12 |
jobs:
|
| 13 |
install:
|
| 14 |
- pip install -r docs/requirements.txt
|
| 15 |
+
- pip install ".[all]"
|
| 16 |
build:
|
| 17 |
html:
|
| 18 |
- zensical build
|