From 238ccba640c11f0f041f0ffd861e7172152110be Mon Sep 17 00:00:00 2001 From: Jacob Hammons Date: Tue, 19 Jan 2016 14:03:27 -0700 Subject: [PATCH] added tornado.netutil and tornado.stack_context to doc mock modules --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index dde7bf3049..09fb417de0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -89,7 +89,9 @@ MOCK_MODULES = [ 'tornado.httputil', 'tornado.ioloop', 'tornado.iostream', + 'tornado.netutil', 'tornado.simple_httpclient', + 'tornado.stack_context', 'tornado.web', 'tornado.websocket',