Deltares / imod-python

🐍🧰 Make massive MODFLOW models
https://deltares.github.io/imod-python/
MIT License
16 stars 0 forks source link

Sphinx autodoc ignores docstrings of decorated methods #1032

Closed JoerivanEngelen closed 1 month ago

JoerivanEngelen commented 1 month ago

This causes empty descriptions, such as this one.

Easiest suggested fix is copying the doc of the function within the decorator, as suggested here.