File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4545extensions = [
4646 "sphinx.ext.autodoc" ,
4747 "sphinx.ext.autosummary" ,
48- "numpydoc" ,
48+ # Disable numpydoc for now - its throwing an empty exception processing async methods
49+ # "numpydoc",
4950 "autoapi.extension" ,
5051 "sphinx.ext.intersphinx" ,
5152 "sphinx_copybutton" ,
7172
7273# Consider enabling numpydoc validation. See:
7374# https://numpydoc.readthedocs.io/en/latest/validation.html#
74- numpydoc_validate = True
75+ # numpydoc_validate = True
7576numpydoc_validation_checks = {
7677 "GL06" , # Found unknown section
7778 "GL07" , # Sections are in the wrong order.
135136autoapi_render_in_single_page = ["class" , "enum" , "exception" ]
136137
137138# PyAnsys tags configuration
138- html_context = {
139- "pyansys_tags" : ['Fluids' ]
140- }
139+ html_context = {"pyansys_tags" : ["Fluids" ]}
You can’t perform that action at this time.
0 commit comments