diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 925d5339..f7193dc5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,6 +40,7 @@ extensions = [ 'exception_hierarchy', 'attributetable', 'resourcelinks', + 'nitpick_file_ignorer', ] autodoc_member_order = 'bysource' @@ -140,6 +141,13 @@ pygments_style = 'friendly' #keep_warnings = False +# Nitpicky mode options +nitpick_ignore_files = [ + "migrating_to_async", + "migrating", + "whats_new", +] + # -- Options for HTML output ---------------------------------------------- html_experimental_html5_writer = True |