diff --git a/docs/conf.py b/docs/conf.py index b497c8f..8d5c641 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ release = precellar.__version__ # pyData/Sphinx-Theme version switcher -if ".dev" in version: +if "dev" in version: switcher_version = "dev" else: switcher_version = f"{version}" @@ -51,7 +51,6 @@ "sphinx.ext.coverage", "sphinx.ext.mathjax", "sphinx.ext.napoleon", - "sphinx.ext.linkcode", "sphinx_autodoc_typehints", "sphinx_plotly_directive", ]