From 4b82b7c171068c4722f10855391b9ca3a6ea20a9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 29 Aug 2019 13:32:36 +0200 Subject: texinfo support --- _exts/httpdomain/httpdomain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_exts') diff --git a/_exts/httpdomain/httpdomain.py b/_exts/httpdomain/httpdomain.py index a5e34716..f2569b5e 100644 --- a/_exts/httpdomain/httpdomain.py +++ b/_exts/httpdomain/httpdomain.py @@ -631,7 +631,7 @@ class HTTPDomain(Domain): 'any': {} } - indices = [HTTPIndex] + indices = [] @property def routes(self): -- cgit v1.2.3