Skip to content

Commit 6f77228

Browse files
committed
doc: use sphinx-issues to reference issues and prs
1 parent 975546c commit 6f77228

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"sphinx.ext.todo",
1818
"sphinx.ext.viewcode",
1919
"sphinx_click",
20+
"sphinx_issues",
2021
]
2122

2223
templates_path = ["_templates"]
@@ -79,3 +80,7 @@
7980
"Miscellaneous",
8081
)
8182
]
83+
84+
# -- Options for sphinx-issues -------------------------------------
85+
86+
issues_github_path = "python-scim/scim2-cli"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ doc = [
5151
"shibuya>=2024.5.15",
5252
"sphinx>=7.3.7",
5353
"sphinx-click>=6.0.0",
54+
"sphinx-issues >= 5.0.0",
5455
"myst-parser>=3.0.1",
5556
]
5657

uv.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)