From d932f5e9719ba56274e896e19ca62a158cb530fd Mon Sep 17 00:00:00 2001 From: Raoul Collenteur Date: Thu, 7 Dec 2023 11:08:59 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b5feb1..85b4ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,15 +48,14 @@ xarray = ">=0.18.0" pandas = ">=1.2" [project.optional-dependencies] - rtd = [ - "sphinx-autodoc-typehints" - "Ipython" - "ipykernel" - "nbsphinx" - "nbsphinx_link" - "pydata-sphinx-theme" - "sphinx-gallery" - "sphinx>=3.1" - "sphinxcontrib-bibtex" + "sphinx-autodoc-typehints", + "Ipython", + "ipykernel", + "nbsphinx", + "nbsphinx_link", + "pydata-sphinx-theme", + "sphinx-gallery", + "sphinx>=3.1", + "sphinxcontrib-bibtex", ] \ No newline at end of file