Skip to content

Commit

Permalink
Try conditionally building the python api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Holum committed Jan 16, 2024
1 parent f700e33 commit 2574e34
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 0 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@
"_templates",
]

autodoc_mock_imports = ["moveit", "moveit.core"]

# smv_tag_whitelist = None

smv_branch_whitelist = r"^(main|humble)$"
Expand Down
28 changes: 15 additions & 13 deletions doc/api/python_api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ Python API Documentation

.. toctree::

.. autosummary::
:toctree: _autosummary
:recursive:
.. ifconfig:: ros_distro != "humble"

moveit.core.collision_detection
moveit.core.controller_manager
moveit.core.kinematic_constraints
moveit.core.planning_interface
moveit.core.planning_scene
moveit.core.robot_model
moveit.core.robot_state
moveit.core.robot_trajectory
moveit.planning
moveit.servo_client
.. autosummary::
:toctree: _autosummary
:recursive:

moveit.core.collision_detection
moveit.core.controller_manager
moveit.core.kinematic_constraints
moveit.core.planning_interface
moveit.core.planning_scene
moveit.core.robot_model
moveit.core.robot_state
moveit.core.robot_trajectory
moveit.planning
moveit.servo_client

0 comments on commit 2574e34

Please sign in to comment.