Skip to content

Commit d65392d

Browse files
committed
DOC: Setup RTD
1 parent 0760bb3 commit d65392d

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

ci/environment.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: cyberpandas-docs
2+
channels:
3+
- intake
4+
- defaults
5+
dependencies:
6+
- coverage
7+
- flake8
8+
- ipython
9+
- matplotlib
10+
- numpy
11+
- numpydoc
12+
- pandas
13+
- pytest
14+
- pytest-cov
15+
- python=3.6
16+
- six
17+
- sphinx
18+
- sphinx_rtd_theme

readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
conda:
2+
file: ci/environment.yml
3+
python:
4+
version: 3
5+
setup_py_install: true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
],
2323
packages=find_packages(),
2424
install_requires=[
25-
'pandas>=0.23.0',
25+
'pandas>=0.23.0.dev0',
2626
]
2727
)

0 commit comments

Comments
 (0)