From 16d7f9e71240e9120a8dea732df5c6b1c0ce84bf Mon Sep 17 00:00:00 2001 From: frannerin Date: Fri, 3 Jan 2025 00:05:32 +0100 Subject: [PATCH] docs and github actions bugfixes --- .github/workflows/test_conda_newenv.yml | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_conda_newenv.yml b/.github/workflows/test_conda_newenv.yml index b539b74..dc7cdd9 100644 --- a/.github/workflows/test_conda_newenv.yml +++ b/.github/workflows/test_conda_newenv.yml @@ -26,7 +26,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: - miniforge-variant: Miniforge + miniforge-variant: Miniforge3 miniforge-version: latest python-version: 3.9.16 activate-environment: anaconda-client-env diff --git a/docs/source/conf.py b/docs/source/conf.py index e069507..0944245 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -70,7 +70,7 @@ "nglview": ('http://nglviewer.org/nglview/latest/', None), "networkx": ('https://networkx.org/documentation/stable/', None), "pandas": ('https://pandas.pydata.org/docs/', None), -"matplotlib": 'https://matplotlib.org/stable/', None, +"matplotlib": ('https://matplotlib.org/stable/', None), } # Make sure the target is unique