Skip to content

Commit

Permalink
fix path to module
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Poignonec committed Jun 13, 2024
1 parent 91c9c3d commit 652daeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acados_solver_ros2/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
html_extra_path = ['../doxygen/_build'] # Export files to "sphinx/_build"

# Autodoc configuration (see https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_mock_imports)
sys.path.insert(0, os.path.abspath('../../../acados_solver_plugins/acados_solver_plugins'))
sys.path.insert(0, os.path.abspath('../../acados_solver_plugins/acados_solver_plugins'))
autodoc_mock_imports = [
"acados_template",
"jinja2",
Expand Down

0 comments on commit 652daeb

Please sign in to comment.