We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e106a41 commit 7e12d6fCopy full SHA for 7e12d6f
docs/conf.py
@@ -61,4 +61,6 @@
61
em_dash_char = chr(8212)
62
html_title = "GeodePy: Geodesy in Python " + em_dash_char+ " v" + release + " Documentation"
63
ogp_site_name = "GeodePy: Geodesy in Python"
64
-html_extra_path = ["_static/robots.txt", "_static/sitemap.xml"]
+html_extra_path = ["_static/robots.txt", "_static/sitemap.xml"]
65
+
66
+autodoc_mock_imports = ["osgeo","gdal","GDAL"]
0 commit comments