Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Dec 15, 2015
1 parent 85fdcd2 commit d3b0e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __getattr__(cls, name):
'sqlalchemy.orm', 'sqlalchemy.sql', 'sqlalchemy.sql.expression',
'sqlalchemy.ext', 'sqlalchemy.ext.declarative', 'sqlalchemy.ext.orderinglist',
'sqlalchemy.ext.associationproxy', 'sqlalchemy.ext.hybrid']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
#sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
import shlex
import alabaster

Expand Down

0 comments on commit d3b0e24

Please sign in to comment.