Skip to content

Commit 7e12d6f

Browse files
committed
Added mock for GDAL
1 parent e106a41 commit 7e12d6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@
6161
em_dash_char = chr(8212)
6262
html_title = "GeodePy: Geodesy in Python " + em_dash_char+ " v" + release + " Documentation"
6363
ogp_site_name = "GeodePy: Geodesy in Python"
64-
html_extra_path = ["_static/robots.txt", "_static/sitemap.xml"]
64+
html_extra_path = ["_static/robots.txt", "_static/sitemap.xml"]
65+
66+
autodoc_mock_imports = ["osgeo","gdal","GDAL"]

0 commit comments

Comments
 (0)