diff --git a/docs/conf.py b/docs/conf.py index 01451f0f5..158436ff2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,6 +40,9 @@ 'myst_parser', ] +# skip internal class that Sphinx can't process (#296) +autodoc_default_options = {'exclude-members': 'lazy_property'} + # Snakemake theme (made by SciAni). html_css_files = ["theme.css"]