From 8e66c33790e8f22aebdf1289c4707d5d56264271 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Mon, 21 Feb 2022 17:20:31 +0000 Subject: Remove releases package used to autogenerate changelog --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index efc555c1..0f0167ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,6 @@ extensions = [ "sphinx.ext.todo", "sphinx.ext.napoleon", "sphinx_autodoc_typehints", - "releases", "sphinx.ext.linkcode", "sphinx.ext.githubpages", ] @@ -126,10 +125,6 @@ napoleon_numpy_docstring = False napoleon_attr_annotations = True -# -- Options for releases extension ------------------------------------------ -releases_github_path = REPO_LINK.removeprefix("https://github.com/") - - # -- Options for extlinks extension ------------------------------------------ extlinks = { "repo-file": (f"{REPO_LINK}/blob/main/%s", "repo-file %s") -- cgit v1.2.3