Skip to content

Commit

Permalink
test: change requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
VannesteFelix committed Oct 27, 2023
1 parent 5b9ceca commit e87442d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@


# -- Extension configuration -------------------------------------------------
from unittest import *
from mock import MagicMock

autodoc_mock_imports = ['Sofa',
'stlib3','splib3',
Expand All @@ -224,6 +222,8 @@
#
# MockingClass = type('MockingClass', (), {})
#
# from unittest import *
# from mock import MagicMock
# class Mock(MagicMock):
# @classmethod
# def __getattr__(cls, name):
Expand Down
1 change: 1 addition & 0 deletions doc/sphinx/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx
mock
sphinx-rtd-theme
pydata-sphinx-theme
sphinx-autodoc-typehints
Expand Down

0 comments on commit e87442d

Please sign in to comment.