From 7da75deb4a9d90b6f4b733063a567c431c06cf38 Mon Sep 17 00:00:00 2001 From: teald Date: Mon, 9 Sep 2024 16:43:52 -0700 Subject: [PATCH] =?UTF-8?q?docs(config):=20=F0=9F=A7=B9=20Remove=20Anacond?= =?UTF-8?q?a=20reference?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This removes a remaining Anaconda reference in docs/conf.py, which means it should show up in "nitpicky" build mode for the docs if there are any remaining links. --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7530e6a0..0562c4c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = "astrodata" copyright = "2023-present, NOIRLab/Gemini Observatories" -author = "" +author = "DRAGONS Team" # -- General configuration --------------------------------------------------- @@ -142,7 +142,6 @@ -.. _`Anaconda`: https://www.anaconda.com/ .. _`Astropy`: http://docs.astropy.org/en/stable/ .. _`Conda`: https://conda.io/docs/ .. _`Numpy`: https://numpy.org/doc/stable/