From cd4f0ca4c38666de233b92c6f5c69b2db5591bc6 Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Fri, 1 Apr 2022 00:49:40 +0200 Subject: [PATCH] Remove `cloud_sptheme` dependency (#648) --- doc/source/conf.py | 3 +-- setup.cfg | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index ca763f18c..0c972b4a7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,7 +42,6 @@ "sphinxcontrib.programoutput", "nbsphinx", "sphinx_gallery.gen_gallery", - "cloud_sptheme.ext.table_styling", "autodocsumm", ] @@ -329,7 +328,7 @@ "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None), "pint": ("https://pint.readthedocs.io/en/stable", None), "ixmp": ("https://docs.messageix.org/projects/ixmp/en/stable/", None), - "matplotlib": ("https://matplotlib.org", None), + "matplotlib": ("https://matplotlib.org/stable/", None), "plotly": ("https://plotly.com/python-api-reference/", None), "pandas_datareader": ("https://pandas-datareader.readthedocs.io/en/stable", None), "unfccc_di_api": ("https://unfccc-di-api.readthedocs.io/en/stable", None), diff --git a/setup.cfg b/setup.cfg index e19d6d282..f7fafca84 100644 --- a/setup.cfg +++ b/setup.cfg @@ -67,7 +67,6 @@ docs = sphinx nbsphinx sphinx-gallery - cloud_sptheme pillow sphinxcontrib-bibtex < 2.0 sphinxcontrib-programoutput