File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6363ignored_pattern += "|11-server_types.py"
6464ignored_pattern += "|06-distributed_stress_averaging.py"
6565ignored_pattern += "|02-python_operators_with_dependencies.py"
66- ignored_pattern += "|00-fluids_model.py"
6766ignored_pattern += r")"
6867
6968# Autoapi ignore pattern
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
115114redirects = {
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.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ nbsphinx==0.9.5
88pypandoc==1.14
99pytest-sphinx==0.6.3
1010pyvista==0.44.2
11- sphinx==8.1.3
11+ sphinx==7.4.7
1212sphinx-copybutton==0.5.2
1313sphinx-gallery==0.18.0
1414sphinx-notfound-page==1.0.4
You can’t perform that action at this time.
0 commit comments