From a811d86acca9fd96dabc41b99ff735df73100a7b Mon Sep 17 00:00:00 2001 From: jab Date: Thu, 6 Jun 2019 03:04:36 +0000 Subject: [PATCH] Fix "duplicate object description of jinja2" warning Follow suggestion to use :noindex: for the instance in api." --- docs/api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.rst b/docs/api.rst index 8672a42c..884a9a29 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2,6 +2,7 @@ API === .. module:: jinja2 + :noindex: :synopsis: public Jinja2 API This document describes the API to Jinja2 and not the template language. It -- 2.47.2