Skip to content

Commit

Permalink
docs: skip lazy property
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 26, 2021
1 parent 1773875 commit 2883718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Expand Up @@ -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"]

Expand Down

0 comments on commit 2883718

Please sign in to comment.