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 59c43eb commit e2f3d77Copy full SHA for e2f3d77
docs/source/conf.py
@@ -71,7 +71,7 @@
71
"Grid": "cosipy.cpkernel.grid.Grid",
72
"IOClass": "cosipy.cpkernel.io.IOClass",
73
}
74
-autodoc_mock_imports = ["cosipy.config", "cosipy.constants"]
+autodoc_mock_imports = ["cosipy.config", "cosipy.constants","cosipy.postprocessing.profile_plots.plot_profile"]
75
if sys.version_info >= (3, 11):
76
autodoc_mock_imports.append("richdem") # mock richdem for Python 3.11+
77
autosummary_generate = True
0 commit comments