Skip to content

Commit 473d0ce

Browse files
Merge pull request #152 from LabSid-USP/fix/151-fix-read-the-docs-sphinx-build
Fix Read the Docs Sphinx build
2 parents 4eaa5df + e18542c commit 473d0ce

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

doc/source/conf.py

+1-8
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,7 @@
5757

5858
# Turn on sphinx.ext.autosummary
5959
autosummary_generate = True
60-
autodoc_mock_imports = [
61-
"pcraster",
62-
"osgeo",
63-
"skgstat",
64-
"pykrige",
65-
"numpy",
66-
"pandas",
67-
]
60+
autodoc_mock_imports = ["pcraster", "osgeo", "skgstat", "pykrige", "numpy", "pandas", "humanize"]
6861
# Add __init__ doc (ie. params) to class summaries
6962
autoclass_content = "both"
7063
# Remove 'view source code' from top of page (for html, not python)

0 commit comments

Comments
 (0)