Skip to content

Commit

Permalink
Merge pull request #152 from LabSid-USP/fix/151-fix-read-the-docs-sph…
Browse files Browse the repository at this point in the history
…inx-build

Fix Read the Docs Sphinx build
  • Loading branch information
soaressgabriel authored Feb 23, 2024
2 parents 4eaa5df + e18542c commit 473d0ce
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 473d0ce

Please sign in to comment.