File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change
1
+ # .readthedocs.yml
2
+ # Read the Docs configuration file
3
+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+ # Required
6
+ version : 2
7
+
8
+ # Build documentation in the docs/ directory with Sphinx
9
+ sphinx :
10
+ configuration : docs/conf.py
11
+
12
+ # Build documentation with MkDocs
13
+ # mkdocs:
14
+ # configuration: mkdocs.yml
15
+
16
+ # Optionally build your docs in additional formats such as PDF and ePub
17
+ formats : all
18
+
19
+ # Optionally set the version of Python and requirements required to build your docs
20
+ python :
21
+ version : 3.7
22
+ # install:
23
+ # - requirements: requirements.txt
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = u'0.6.0 '
61
+ version = u'0.6.4 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = u'0.6.0 '
63
+ release = u'0.6.4 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 49
49
# requirements files see:
50
50
# https://packaging.python.org/en/latest/requirements.html
51
51
install_requires = [
52
- 'openpyxl>=2.6.3' ,
53
52
'pandas>=0.22.0' ,
54
53
'numpy>=1.12.1' ,
55
54
'scipy>=0.18.1' ,
You can’t perform that action at this time.
0 commit comments