Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jun 10, 2016
1 parent 60651b3 commit bdb2e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
except ImportError:
import mock

for name in ['greenlet', 'tornado', 'tornado.gen', 'tornado.concurrent', 'tornado.ioloop', 'tornado.testing']:
for name in ['greenlet', 'tornado', 'tornado.gen', 'tornado.concurrent', 'tornado.ioloop', 'tornado.stack_context', 'tornado.testing']:
sys.modules[name] = mock.MagicMock()


Expand Down

0 comments on commit bdb2e10

Please sign in to comment.