Skip to content

Commit

Permalink
autodc mock import
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 3, 2015
1 parent 4dd37ea commit e396688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
sys.path.insert(0, os.path.abspath('..'))

from pygbif import occurrences
import shapely
from shapely import geometry
# sys.path.insert(0, os.path.abspath('../pygbif'))
# sys.path.insert(0, os.path.abspath('../../pygbif/occurrences'))
# sys.path.append(os.path.join(os.path.dirname(__name__), '..'))
Expand All @@ -41,6 +41,8 @@
'sphinx.ext.autodoc'
]

autodoc_mock_imports = ['shapely', 'requests']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit e396688

Please sign in to comment.