Skip to content

Commit

Permalink
reverting suppress warning options
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams committed Aug 25, 2023
1 parent 517ddeb commit 9977750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"special-members",
]
autoapi_template_dir = "_autoapi_templates"
suppress_warnings = ["autoapi.python_import_resolution", "epub.duplicated_toc_entry"]
suppress_warnings = ["autoapi.python_import_resolution"]
exclude_patterns.append("_autoapi_templates/index.rst")
autoapi_python_use_implicit_namespaces = True

Expand Down

0 comments on commit 9977750

Please sign in to comment.