Skip to content

Commit

Permalink
Fix docs with correct autodoc_mock_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro authored and stepjam committed Feb 5, 2020
1 parent 0bd350c commit 89a650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'sphinx.ext.napoleon'
]

autodoc_mock_imports = ["pyrep.backend._v_rep_cffi"]
autodoc_mock_imports = ["pyrep.backend._sim_cffi"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 89a650e

Please sign in to comment.