Skip to content

Commit 1db34db

Browse files
committed
readthedocs
1 parent e1c28df commit 1db34db

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

.readthedocs.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = u'0.6.0'
61+
version = u'0.6.4'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'0.6.0'
63+
release = u'0.6.4'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
# requirements files see:
5050
# https://packaging.python.org/en/latest/requirements.html
5151
install_requires=[
52-
'openpyxl>=2.6.3',
5352
'pandas>=0.22.0',
5453
'numpy>=1.12.1',
5554
'scipy>=0.18.1',

0 commit comments

Comments
 (0)