From 732da4073f676f63f67a005c3ddd8d86e204b9d3 Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Fri, 15 May 2026 11:35:06 +0800 Subject: [PATCH] docs: fix external project references --- changelog/186.doc.rst | 1 + docs/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelog/186.doc.rst diff --git a/changelog/186.doc.rst b/changelog/186.doc.rst new file mode 100644 index 00000000..31f42ade --- /dev/null +++ b/changelog/186.doc.rst @@ -0,0 +1 @@ +Fixed broken external documentation references in the list of projects using pluggy. diff --git a/docs/index.rst b/docs/index.rst index b98c4956..e8ac6c1e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -160,9 +160,9 @@ To see how ``pluggy`` is used in the real world, have a look at these projects documentation and source code: * :ref:`pytest ` -* :std:doc:`tox ` +* `tox `__ * :std:doc:`devpi ` -* :std:doc:`kedro ` +* `Kedro `__ For more details and advanced usage please read on.