summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpgjones <philip.graham.jones@googlemail.com>2023-02-26 11:31:44 +0000
committerPhil Jones <philip.graham.jones@googlemail.com>2023-04-02 14:58:03 +0100
commit7294e0f95e91bb3a333b76f28597fbd919ae095c (patch)
tree60f3adbe35a9210dcd784abb2fd88c739fc61c57 /docs
parentfae6164cda6c5e9af89895a22f700402fa4b5ec5 (diff)
downloadblinker-7294e0f95e91bb3a333b76f28597fbd919ae095c.tar.gz
Add recent changes to changelog
This requires supporting sphinx-issues to match the Pallets practice of adding the pr/issue number in the changelog.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5bbd200..3f09b72 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -8,10 +8,12 @@ release, version = get_version("blinker", placeholder=None)
extensions = [
"sphinx.ext.autodoc",
"pallets_sphinx_themes",
+ "sphinx_issues",
]
autoclass_content = "both"
autodoc_member_order = "groupwise"
+issues_github_path = "pallets-eco/blinker"
html_theme = "flask"
html_theme_options = {"index_sidebar_logo": False}