summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/changelog.rst3
-rw-r--r--docs/conf.py5
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 0426a5d..eec62d7 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,8 +5,7 @@ Changelog
-----
- Use ``float`` instead of ``int`` in the GraphQL schema for the Archive size.
- See `ddeeb37
- <https://git.oriole.systems/hircine/commit/?id=ddeeb372250409da1f31a0522fb715e552c1f450>`_.
+ See :commit:`ddeeb372250409da1f31a0522fb715e552c1f450`.
0.1.0 "Satanic Satyr"
---------------------
diff --git a/docs/conf.py b/docs/conf.py
index 53eac6b..a3d9bdc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,6 +11,7 @@ copyright = "2022-2024, Wolfgang Müller"
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
+ "sphinx_issues",
]
templates_path = ["_templates"]
exclude_patterns = []
@@ -29,3 +30,7 @@ intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"packaging": ("https://packaging.python.org/en/latest", None),
}
+
+issues_default_group_project = "/hircine"
+issues_commit_uri = "https://git.oriole.systems/{project}/commit/?id={commit}"
+issues_commit_prefix = ""