diff --git a/docs/conf.py b/docs/conf.py index 40538f1..6a5349f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -262,10 +262,6 @@ plot_include_source = True -def setup(app): - app.add_stylesheet("pysal-styles.css") - - # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), diff --git a/tobler/__init__.py b/tobler/__init__.py index 3af72e2..23164ed 100644 --- a/tobler/__init__.py +++ b/tobler/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.8.0" +__version__ = "0.8.1" """ :mod:`tobler` --- A library for spatial interpolation =================================================