From eaf9d65a3d8e6ceeacf1bd157bbf86d4f26b7362 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sun, 12 Jul 2026 13:10:37 +0300 Subject: [PATCH] docs: link the concrete integrations/pytest/ docs page Point the pyproject Documentation URL and add an inline README link to the concrete integrations/pytest/ page instead of the docs-site root, so the PyPI sidebar and README route to the pytest guide. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfed51f..4c615b3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Pytest integration for [Modern-DI](https://github.com/modern-python/modern-di) — turn any DI dependency into a pytest fixture with one line. +Full guide: [pytest integration docs](https://modern-di.modern-python.org/integrations/pytest/) + ## Installation ```bash diff --git a/pyproject.toml b/pyproject.toml index c848cbd..cf57312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ version = "0" [project.urls] Homepage = "https://modern-di.modern-python.org" -Documentation = "https://modern-di.modern-python.org" +Documentation = "https://modern-di.modern-python.org/integrations/pytest/" Repository = "https://github.com/modern-python/modern-di-pytest" Issues = "https://github.com/modern-python/modern-di-pytest/issues" Changelog = "https://github.com/modern-python/modern-di-pytest/releases"