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