Skip to content

Commit

Permalink
Added some mock import
Browse files Browse the repository at this point in the history
  • Loading branch information
mktk1117 committed Dec 6, 2023
1 parent 0277c95 commit 4ca9ba8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
sys.path.append(os.path.join(os.path.dirname(__file__), '../../sensor_processing/semantic_sensor/script'))

autodoc_mock_imports = [
"cupy"
"cupy",
"rospy",
"torchvision",
"numpy",
"scipy",
"dataclasses",
Expand Down Expand Up @@ -61,7 +63,7 @@
"prev_next_buttons_location": "bottom",
"style_external_links": False,
"vcs_pageview_mode": "",
"style_nav_header_background": "#A00000",
# "style_nav_header_background": "#A00000",
# Toc options
"collapse_navigation": True,
"sticky_navigation": True,
Expand Down

0 comments on commit 4ca9ba8

Please sign in to comment.