From 883f33613572e3c92021b58522b54958b00cdc87 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 16 Oct 2020 01:13:03 +0200 Subject: =?UTF-8?q?=E2=9C=A8Make=20the=20default=20implicit=20role=20autof?= =?UTF-8?q?ind=20targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 1928af58..982f5e62 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -150,3 +150,8 @@ link_files = { # Be strict about any broken references: nitpicky = True + + +# Ref: https://github.com/python-attrs/attrs/pull/571/files\ +# #diff-85987f48f1258d9ee486e3191495582dR82 +default_role = 'any' -- cgit v1.2.1