Skip to content

Commit

Permalink
Cleaned installer, moved docs dependencies. resolves #1
Browse files Browse the repository at this point in the history
  • Loading branch information
MindEarth committed Aug 11, 2021
1 parent c1e7d8a commit 1d987f9
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ sphinx:
# Optionally build your docs in additional formats such as PDF
formats:
- pdf
- epub

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: requirements.txt
- requirements: docs/requirements.txt
26 changes: 26 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
distributed
dask[complete]
click
geopandas
descartes
rtree
Fiona
geojson
haversine
joblib
matplotlib
pyarrow
scikit-learn
scipy
seaborn
ipykernel
ipython
ipython-genutils
jupyter
notebook
sphinx
sphinx_rtd_theme
docutils
nbsphinx
jinja2

1 change: 1 addition & 0 deletions mobilkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
The `mobilkit` module documentation.
'''

__version__ = "0.1.7"
20 changes: 19 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@ install_requires =
scipy
seaborn
[options.extras_require]
FULL = contextily; ipykernel; ipython; ipython-genutils; jupyter; notebook; sphinx; sphinx_rtd_theme; docutils; nbsphinx; jinja2; scikit-mobility
complete =
%(doc)s
%(viz)s
%(skmob)s
viz =
contextily
doc =
ipykernel
ipython
ipython-genutils
jupyter
notebook
sphinx
sphinx_rtd_theme
docutils
nbsphinx
jinja2
skmob =
scikit-mobility


0 comments on commit 1d987f9

Please sign in to comment.