Skip to content

Commit 4a51eee

Browse files
authored
atualiza configs pra build do readthedocs
2 parents d04f5f1 + 7ad1771 commit 4a51eee

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
copyright = '2020, Grupo Turing'
2121
author = 'Grupo Turing'
2222

23+
master_doc = 'index'
24+
2325
# The full version, including alpha/beta/rc tags
2426
release = '0.1.5'
2527

docs/requirements.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
aiohttp==4.0.0a1
2+
alpha-vantage==2.2.0
3+
async-timeout==3.0.1
4+
attrs==20.2.0
5+
beautifulsoup4==4.9.3
6+
bs4==0.0.1
7+
certifi==2020.6.20
8+
chardet==3.0.4
9+
cycler==0.10.0
10+
idna==2.10
11+
kiwisolver==1.2.0
12+
lxml==4.6.1
13+
matplotlib==3.3.2
14+
multidict==4.7.6
15+
multitasking==0.0.9
16+
numpy==1.19.2
17+
pandas==1.1.3
18+
pandas-datareader==0.9.0
19+
Pillow==8.0.0
20+
plotly==4.11.0
21+
pyparsing==3.0.0a2
22+
python-dateutil==2.8.1
23+
pytz==2020.1
24+
requests==2.24.0
25+
retrying==1.3.3
26+
six==1.15.0
27+
soupsieve==2.0.1
28+
turingquant==0.1.5
29+
typing-extensions==3.7.4.3
30+
urllib3==1.25.11
31+
yarl==1.6.2
32+
yfinance==0.1.55

0 commit comments

Comments
 (0)