Skip to content

Commit

Permalink
Another doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Dec 3, 2017
1 parent d20dcc3 commit 0bfc74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def __getattr__(cls, name):
sys.modules['zmq'] = Mock()
sys.modules['zmq.error'] = Mock()
sys.modules['dateutil'] = Mock()
sys.modules['dateutil.parser'] = Mock()
sys.modules['configargparse'] = Mock()
sys.modules['sqlalchemy'] = Mock()
sys.modules['sqlalchemy.exc'] = Mock()
Expand Down

0 comments on commit 0bfc74f

Please sign in to comment.