Skip to content

Commit

Permalink
Mock imports for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Nov 17, 2022
1 parent 9682c73 commit c0c82df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@
napoleon_use_ivar = True
napoleon_use_rtype = False
napoleon_use_param = False

# Options for Sphinx autodoc
autodoc_mock_imports = [
"tsam",
"shapely",
"pyproj",
"geojson",
"scipy",
"shapefile",
]

0 comments on commit c0c82df

Please sign in to comment.