From f7a88a50f4e5d1deba98f50cec1269eb6d8e205e Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Fri, 26 Apr 2024 21:40:08 +0200 Subject: [PATCH] DOC: Remove Anaconda installation link ... because it has changed so many times and I'm sick of updating it. --- doc/installation.ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/installation.ipynb b/doc/installation.ipynb index cdb5067d..f142eccc 100644 --- a/doc/installation.ipynb +++ b/doc/installation.ipynb @@ -25,9 +25,8 @@ "\n", "If you are using the `conda` package manager\n", "(e.g. with\n", - "[Miniforge](https://github.com/conda-forge/miniforge),\n", - "[Miniconda](https://docs.conda.io/en/latest/miniconda.html) or\n", - "[Anaconda](https://www.anaconda.com/download#downloads)),\n", + "[Miniforge](https://github.com/conda-forge/miniforge) or\n", + "[Miniconda](https://docs.conda.io/en/latest/miniconda.html)),\n", "you can install `nbsphinx` from the [conda-forge](https://conda-forge.org/) channel:\n", "\n", " conda install -c conda-forge nbsphinx\n",