Skip to content

Commit

Permalink
doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lyon committed Oct 25, 2023
1 parent fd1c2ef commit 9caaef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
'sslf'
]

from unittest.mock import MagicMock
for mod in autodoc_mock_imports:
sys.modules[mod] = MagicMock()
# from unittest.mock import MagicMock
# for mod in autodoc_mock_imports:
# sys.modules[mod] = MagicMock()s

sys.path.insert(0, os.path.abspath('..'))

Expand Down

0 comments on commit 9caaef5

Please sign in to comment.