From fd63c23b53d9a319f69f8f1fe04d892d42738108 Mon Sep 17 00:00:00 2001 From: eli knaap Date: Wed, 30 Jun 2021 09:05:10 -0700 Subject: [PATCH] remove css from docs conf --- docs/conf.py | 4 ---- tobler/__init__.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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 =================================================