From 353d6c8b95350217d8782a24e9096c0ffafa4b73 Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Wed, 18 May 2022 09:08:54 -0600 Subject: [PATCH 1/3] README - Fix link to psyplot GUI --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 88ab1ff..4068c48 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ You can These examples are automatically tested and deployed using CircleCI |circleci| -.. _psyplot GUI: psyplot.readthedocs.io/projects/psyplot-gui +.. _psyplot GUI: https://psyplot.github.io/psyplot-gui/ .. _psy-view: https://psyplot.readthedocs.io/projects/psy-view @@ -37,4 +37,4 @@ These examples are automatically tested and deployed using CircleCI |circleci| .. |circleci| image:: https://img.shields.io/circleci/build/github/psyplot/examples/main :alt: CircleCI - :target: https://app.circleci.com/pipelines/github/psyplot/examples \ No newline at end of file + :target: https://app.circleci.com/pipelines/github/psyplot/examples From d433e97d13026f40989057cc09e5b844f4cf13ce Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Wed, 18 May 2022 09:11:01 -0600 Subject: [PATCH 2/3] README - Update psy-view link to docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4068c48..2ade1d3 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ You can These examples are automatically tested and deployed using CircleCI |circleci| .. _psyplot GUI: https://psyplot.github.io/psyplot-gui/ -.. _psy-view: https://psyplot.readthedocs.io/projects/psy-view +.. _psy-view: https://psyplot.github.io/psy-view/ .. |notebooks| image:: https://mybinder.org/badge_logo.svg From 306c73e772d0eab0a12d33f206a782c49cbb32db Mon Sep 17 00:00:00 2001 From: Philipp Sommer Date: Wed, 18 May 2022 17:21:24 +0200 Subject: [PATCH 3/3] fix machine image --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e357842..fa4dd7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,8 @@ commands: jobs: build_docs: working_directory: ~/repo - machine: true + machine: + image: ubuntu-2004:202111-02 steps: - install_conda - build_docs