17 import sphinx_rtd_theme
22 project =
"moveit.core"
23 copyright =
"2021, MoveIt maintainer team"
24 author =
"MoveIt maintainer team"
43 "sphinx.ext.autosummary",
44 "sphinx.ext.intersphinx",
50 autosummary_generate =
True
51 autosummary_imported_members =
True
52 autoclass_content =
"both"
55 html_show_sourcelink = (
58 autodoc_inherit_docstrings =
True
59 set_type_checking_flag =
True
60 add_module_names =
False
64 templates_path = [
"_templates"]
70 source_suffix =
".rst"
85 exclude_patterns = [
"_build",
"Thumbs.db",
".DS_Store",
"_templates"]
96 html_theme =
"sphinx_rtd_theme"
108 html_static_path = [
"_static"]
124 htmlhelp_basename =
"moveit_coredoc"
148 (master_doc,
"moveit_core.tex",
"moveit\\_core Documentation",
"peter",
"manual"),
156 man_pages = [(master_doc,
"moveit_core",
"moveit_core Documentation", [author], 1)]
164 texinfo_documents = [
168 "moveit_core Documentation",
171 "One line description of project.",
192 epub_exclude_files = [
"search.html"]
200 intersphinx_mapping = {
"https://docs.python.org/3":
None}