diff options
author | Wolfgang Müller | 2024-07-22 14:30:05 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-07-22 14:32:53 +0200 |
commit | 31b1e182b3146ce16e3bd374bde63e0708b74490 (patch) | |
tree | bffaadf005a8e3cce24c6cdeb028ad35c002a9e0 /docs/conf.py | |
parent | 4e6425585be1e9f2e2b9bc6dc5a5d3ba0f611d27 (diff) | |
download | hircine-31b1e182b3146ce16e3bd374bde63e0708b74490.tar.gz |
docs: Use sphinx_issues to link to commits
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
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 = "" |