Skip to content

Commit 7b334a9

Browse files
committed
feat: cleaned up conf.py
1 parent 6ce5d94 commit 7b334a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/source/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,10 @@
101101
"enum_tools.autoenum",
102102
"nbsphinx",
103103
"sphinx.ext.autosectionlabel",
104-
#"sphinx.ext.autodoc",
105104
"sphinx.ext.graphviz",
106105
"sphinx.ext.intersphinx",
107106
"sphinx.ext.napoleon",
108107
"sphinx.ext.todo",
109-
#"sphinx_autodoc_typehints",
110108
"sphinx_copybutton",
111109
"sphinx_design",
112110
"sphinx_gallery.gen_gallery",
@@ -132,7 +130,6 @@
132130

133131
autosummary_generate = True
134132

135-
#autodoc_mock_imports = ["ansys.dpf.core.examples.python_plugins"]
136133

137134
# Add any paths that contain templates here, relative to this directory.
138135
# templates_path = ['_templates']
@@ -214,8 +211,6 @@ def reset_servers(gallery_conf, fname, when):
214211
"reset_modules": (reset_servers,),
215212
}
216213

217-
#autodoc_member_order = "bysource"
218-
219214

220215
# -- Options for HTML output -------------------------------------------------
221216
html_short_title = html_title = "PyDPF-Core"
@@ -260,7 +255,6 @@ def reset_servers(gallery_conf, fname, when):
260255
"class_content": "class",
261256
"ignore": autoapi_ignore_list,
262257
"add_toctree_entry": True,
263-
#"package_depth": 3,
264258
"member_order": "bysource",
265259
}
266260
}

0 commit comments

Comments
 (0)