From 3a6292591334f85f3a79a3c3612dabc79f3e6e31 Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Mon, 13 Dec 2021 22:54:47 +0000 Subject: Fix doc linting build This fixes `tox -e docs-style` `tox -e docs-linkcheck` is still failing (needs investigation) --- docs/creating.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/creating.rst') diff --git a/docs/creating.rst b/docs/creating.rst index b77edc4..810293f 100644 --- a/docs/creating.rst +++ b/docs/creating.rst @@ -27,7 +27,8 @@ where in the instance or schema respectively the error occurred. The Validator Protocol ---------------------- -``jsonschema`` defines a `protocol `, `jsonschema.protocols.Validator` which -can be used in type annotations to describe the type of a validator object. +``jsonschema`` defines a `protocol `, +`jsonschema.protocols.Validator` which can be used in type annotations to +describe the type of a validator object. For full details, see `validator-protocol`. -- cgit v1.2.1