Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
removing auto imports no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
demonduck committed Sep 13, 2017
1 parent b86049a commit ac5bd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

# Autodoc settings
autoclass_content = 'class'
autodoc_mock_imports = ['httplib2', 'oauth2client', 'apiclient', 'mongoengine',
'django', 'capstone', 'mongoengine.queryset']
autodoc_mock_imports = ['httplib2', 'oauth2client', 'apiclient',
'django', 'capstone']

class _MyMockModule(sphinx.ext.autodoc._MockModule):
'''Class created to get around autodoc issues with server's dependencies.'''
Expand Down

0 comments on commit ac5bd96

Please sign in to comment.