Skip to content

Commit f0526fa

Browse files
committed
docs: temporarily disable numpydoc extension
1 parent b5962e1 commit f0526fa

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/source/conf.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
extensions = [
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",
@@ -71,7 +72,7 @@
7172

7273
# Consider enabling numpydoc validation. See:
7374
# https://numpydoc.readthedocs.io/en/latest/validation.html#
74-
numpydoc_validate = True
75+
# numpydoc_validate = True
7576
numpydoc_validation_checks = {
7677
"GL06", # Found unknown section
7778
"GL07", # Sections are in the wrong order.
@@ -135,6 +136,4 @@
135136
autoapi_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"]}

0 commit comments

Comments
 (0)