Spaces:
Build error
Build error
Commit
·
df08c9a
1
Parent(s):
cf437f7
Add numpy documentation
Browse files
main.py
CHANGED
|
@@ -33,6 +33,7 @@ DOCUMENTATIONS = [
|
|
| 33 |
"https://github.com/elastic/elasticsearch.git",
|
| 34 |
"./docs/**/*.asciidoc",
|
| 35 |
),
|
|
|
|
| 36 |
]
|
| 37 |
|
| 38 |
|
|
|
|
| 33 |
"https://github.com/elastic/elasticsearch.git",
|
| 34 |
"./docs/**/*.asciidoc",
|
| 35 |
),
|
| 36 |
+
("numpy", "https://github.com/numpy/numpy.git", "./doc/**/*.rst"),
|
| 37 |
]
|
| 38 |
|
| 39 |
|