Skip to content

Commit d16becb

Browse files
committed
doc: sphinx 7.4.7 works for autoapi
1 parent 7b334a9 commit d16becb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/source/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
ignored_pattern += "|11-server_types.py"
6464
ignored_pattern += "|06-distributed_stress_averaging.py"
6565
ignored_pattern += "|02-python_operators_with_dependencies.py"
66-
ignored_pattern += "|00-fluids_model.py"
6766
ignored_pattern += r")"
6867

6968
# Autoapi ignore pattern
@@ -109,7 +108,7 @@
109108
"sphinx_design",
110109
"sphinx_gallery.gen_gallery",
111110
'sphinx_reredirects',
112-
"ansys_sphinx_theme.extension.autoapi"
111+
"ansys_sphinx_theme.extension.autoapi",
113112
]
114113

115114
redirects = {
@@ -128,7 +127,7 @@
128127
"pyvista": ("https://docs.pyvista.org/", None),
129128
}
130129

131-
autosummary_generate = True
130+
autosummary_generate = False
132131

133132

134133
# Add any paths that contain templates here, relative to this directory.

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nbsphinx==0.9.5
88
pypandoc==1.14
99
pytest-sphinx==0.6.3
1010
pyvista==0.44.2
11-
sphinx==8.1.3
11+
sphinx==7.4.7
1212
sphinx-copybutton==0.5.2
1313
sphinx-gallery==0.18.0
1414
sphinx-notfound-page==1.0.4

0 commit comments

Comments
 (0)