Skip to content

Commit 0f8e241

Browse files
committed
Uploaded configuration file for readthedocs
1 parent f0fdf28 commit 0f8e241

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.readthedocs.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Read the Docs configuration file
2+
3+
version: 2
4+
5+
sphinx:
6+
configuration: docs/source/conf.py
7+
8+
python:
9+
install:
10+
- requirements: docs/requirements.txt
11+

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
gensim >= 3.8.0
2+
numpy >= 1.17.4
3+
numba >= 0.46.0

0 commit comments

Comments
 (0)