Skip to content

Commit 8566150

Browse files
committed
use sphinx-issues to align with other pypa projects
1 parent 717d01f commit 8566150

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ v1.2
55
----
66

77
- Improve interoperability with ``importlib.metadata``, fixing a regression
8-
in setuptools compatibility in 1.1 (:pull:`199`).
8+
in setuptools compatibility in 1.1 (PR :pr:`199`).
99
- Clean up the ``_in_process`` directory inside the package from ``sys.path``
10-
before imporing the backend (:pull:`193`).
10+
before imporing the backend (PR :pr:`193`).
1111

1212
v1.1
1313
----

docs/conf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"sphinx.ext.autodoc",
1818
"sphinx.ext.intersphinx",
1919
"sphinx.ext.extlinks",
20+
"sphinx_issues",
2021
]
2122

2223
toc_object_entries_show_parents = "hide"
@@ -46,8 +47,4 @@
4647
# -- Options for extlinks ----------------------------------------------------
4748
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#configuration
4849

49-
extlinks = {
50-
"pypi": ("https://pypi.org/project/%s", "%s"),
51-
"issue": ("https://github.com/pypa/pyproject-hooks/issues/%s", "#%s"),
52-
"pull": ("https://github.com/pypa/pyproject-hooks/pull/%s", "#%s"),
53-
}
50+
issues_github_path = 'pypa/pyproject-hooks'

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
furo
22
sphinx
3+
sphinx-issues

0 commit comments

Comments
 (0)