21copyright =
"2022, Peter David Fagan"
22author =
"Peter David Fagan"
31 "sphinx.ext.napoleon",
33 "sphinx.ext.autosummary",
35 "sphinx.ext.intersphinx",
38intersphinx_mapping = {
39 "numpy": (
"https://numpy.org/doc/stable/",
None),
40 "geometry_msgs": (
"http://docs.ros.org/en/latest/api/geometry_msgs/html/",
None),
42autodoc_typehints =
"signature"
44autodoc_default_options = {
46 "undoc-members":
True,
47 "member-order":
"bysource",
50autosummary_generate =
True
53napoleon_google_docstring =
True
54napoleon_numpy_docstring =
False
55napoleon_include_init_with_doc =
False
56napoleon_include_private_with_doc =
False
57napoleon_include_special_with_doc =
False
58napoleon_use_admonition_for_examples =
False
59napoleon_use_admonition_for_notes =
False
60napoleon_use_admonition_for_references =
False
61napoleon_use_ivar =
False
62napoleon_use_param =
False
63napoleon_use_rtype =
False
66templates_path = [
"_templates"]
79html_theme =
"sphinx_rtd_theme"
84html_static_path = [
"_static"]