From 8558e0ebf2ec62a677eb5ed531c9a3e470931771 Mon Sep 17 00:00:00 2001 From: Christoph Paulik Date: Wed, 7 Sep 2016 18:39:54 +0200 Subject: [PATCH] Update doc theme and requirements. --- docs/conf.py | 2 +- docs/environment.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 64fa6e4..6f4ff33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -116,7 +116,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/docs/environment.yml b/docs/environment.yml index a0c45b7..e1ebab3 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -14,3 +14,4 @@ dependencies: - pytesmo - pygeogrids - repurpose + - ease_grid