From 72ce00f2b5c9af71f102c5e6543cef5a78e15e35 Mon Sep 17 00:00:00 2001 From: Max Jones Date: Fri, 2 Sep 2022 16:16:36 -0400 Subject: [PATCH] Install pangeo-sphinx-book-theme from conda-forge (#92) * Install pangeo-sphinx-book-theme from conda-forge * Add conda-forge badge Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- README.rst | 5 ++++- ci/requirements/doc.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0b5ad71..bd243cd 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ xbatcher: Batch Generation from Xarray Datasets =============================================== -|Build Status| |codecov| |docs| |pypi| |license| +|Build Status| |codecov| |docs| |pypi| |conda-forge| |license| Xbatcher is a small library for iterating xarray DataArrays in batches. The @@ -23,6 +23,9 @@ such as Keras_. View the |docs| for more info. .. |pypi| image:: https://img.shields.io/pypi/v/xbatcher.svg :target: https://pypi.python.org/pypi/xbatcher :alt: pypi +.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/xbatcher.svg + :target: https://anaconda.org/conda-forge/xbatcher + :alt: conda-forge .. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg :target: https://github.com/xarray-contrib/xbatcher :alt: license diff --git a/ci/requirements/doc.yml b/ci/requirements/doc.yml index 11245af..8a76fae 100644 --- a/ci/requirements/doc.yml +++ b/ci/requirements/doc.yml @@ -11,6 +11,7 @@ dependencies: - nbsphinx - numpy - numpydoc + - pangeo-sphinx-book-theme - pytest - sphinx - sphinx-autosummary-accessors @@ -18,6 +19,5 @@ dependencies: - xarray - pip - pip: - - pangeo-sphinx-book-theme # relative to this file. Needs to be editable to be accepted. - -e ../..