Skip to content

Commit 717d01f

Browse files
committed
fix: update conf.py and clanglog.rst
1 parent eac4e3c commit 717d01f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/changelog.rst

Lines changed: 3 additions & 3 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 (#199).
8+
in setuptools compatibility in 1.1 (:pull:`199`).
99
- Clean up the ``_in_process`` directory inside the package from ``sys.path``
10-
before imporing the backend (#193).
10+
before imporing the backend (:pull:`193`).
1111

1212
v1.1
1313
----
@@ -39,7 +39,7 @@ v0.13
3939

4040
- Remove support for end-of-life Pythons. Now requires Python3.6+.
4141
- Remove support for ``toml`` package. Now requires ``tomli``.
42-
- Rely on preferred "files" API on Python 3.9 and later (#140).
42+
- Rely on preferred "files" API on Python 3.9 and later (:issue:`140`).
4343

4444
v0.12
4545
-----

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
extlinks = {
5050
"pypi": ("https://pypi.org/project/%s", "%s"),
5151
"issue": ("https://github.com/pypa/pyproject-hooks/issues/%s", "#%s"),
52-
"pull": ("https://github.com/pypa/pyproject-hooks/pull/%s", "PR #%s"),
52+
"pull": ("https://github.com/pypa/pyproject-hooks/pull/%s", "#%s"),
5353
}

0 commit comments

Comments
 (0)