Skip to content

Commit

Permalink
add mock imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mmann1123 committed Jul 25, 2024
1 parent ec32937 commit 6f140a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
"numpydoc",
"sphinx_rtd_theme",
]
extensions.append("xr_fresh")

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

# skip install of the following packages
autodoc_mock_imports = ["xr_fresh", "numpy", "geowombat", "gdal"]

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
Expand Down

0 comments on commit 6f140a5

Please sign in to comment.