Skip to content

Commit

Permalink
Mock tornado so docs will build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Jul 7, 2018
1 parent de94b5a commit bbb5b9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,10 @@
'torch.nn',
'torch.nn.functional',
'torch.optim',
'torch.autograd'
'torch.autograd',

'tornado',
'tornado.ioloop'
]


Expand Down

0 comments on commit bbb5b9b

Please sign in to comment.