Skip to content

Commit

Permalink
Update autodoc_mock_imports in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soaressgabriel committed Feb 23, 2024
1 parent 4eaa5df commit e18542c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,7 @@

# Turn on sphinx.ext.autosummary
autosummary_generate = True
autodoc_mock_imports = [
"pcraster",
"osgeo",
"skgstat",
"pykrige",
"numpy",
"pandas",
]
autodoc_mock_imports = ["pcraster", "osgeo", "skgstat", "pykrige", "numpy", "pandas", "humanize"]
# Add __init__ doc (ie. params) to class summaries
autoclass_content = "both"
# Remove 'view source code' from top of page (for html, not python)
Expand Down

0 comments on commit e18542c

Please sign in to comment.