Skip to content

Commit dabf0c2

Browse files
committed
RTD3
1 parent 2438fa8 commit dabf0c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
sys.path.insert(0, os.path.abspath("../.."))
2020

2121

22-
class Mock(MagicMock):
23-
@classmethod
24-
def __getattr__(cls, name):
25-
return Mock()
22+
class Mock(MagicMock):
23+
@classmethod
24+
def __getattr__(cls, name):
25+
return Mock()
2626

27-
MOCK_MODULES = [ 'emd']
28-
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
27+
MOCK_MODULES = [ 'emd']
28+
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
2929

3030
# If extensions (or modules to document with autodoc) are in another directory,
3131
# add these directories to sys.path here. If the directory is relative to the

0 commit comments

Comments
 (0)