cgq-qgc / pyhelp

A Python library for the assessment of spatially distributed groundwater recharge and hydrological components with HELP
MIT License
17 stars 5 forks source link

PR: Mock HELP3O on rtd to fix technical documentation #18

Closed jnsebgosselin closed 6 years ago

jnsebgosselin commented 6 years ago

The technical documentation on RTD is currently not building because of an import error with the module HELP3O. We do not need this module to build the documentation, so we can simply mock it here.

I followed the instruction provided here: https://docs.readthedocs.io/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules

pep8speaks commented 6 years ago

Hello @jnsebgosselin! Thanks for submitting the PR.