Skip to content

Commit

Permalink
[Doc] mock Cheetah python module which break rtd compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
VannesteFelix committed Jun 12, 2024
1 parent 1557439 commit 48c76fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
'PythonScriptController', 'Sofa.PythonScriptController',
'launcher',
# 'yaml',
'numpy','scipy',
'numpy','scipy','Cheetah',
'PyQt5',"PyQt5.QtCore","PyQt5.QtGui","PyQt5.QtWidgets"]

# MOCK_CLASSES = [
Expand Down
2 changes: 1 addition & 1 deletion python/mor/reduction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
**Content:**
"""
__all__=["reduceModel","script","container"]
__all__=["template","script","container","reduceModel"]

from mor.reduction.reduceModel import ReduceModel

0 comments on commit 48c76fc

Please sign in to comment.