From ae0ad8b55d9d6e7406fd357847c28bcbadc59afd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 3 Jun 2017 20:29:13 +0200 Subject: add httpdomain module with some fixes --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index 39c6ab24..9031f050 100644 --- a/conf.py +++ b/conf.py @@ -51,7 +51,7 @@ extensions = [ 'tsref', 'sphinx.ext.todo', 'sphinx.ext.imgmath', - 'sphinxcontrib.httpdomain' + 'httpdomain.httpdomain' ] # Add any paths that contain templates here, relative to this directory. -- cgit v1.2.3