summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-02-21 17:20:31 +0000
committerGravatar Chris Lovering <[email protected]>2022-02-24 16:54:39 +0000
commit8e66c33790e8f22aebdf1289c4707d5d56264271 (patch)
tree7e39d8ba8bcaf53c5c6287208c557be6e48b2e5b /docs/conf.py
parentExplicitly Specify Path In Docs Build (diff)
Remove releases package used to autogenerate changelog
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 0 insertions, 5 deletions
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")