Skip to content

Commit eea1f8e

Browse files
committed
fix conf
1 parent 77208ff commit eea1f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'sphinx.ext.viewcode',
1515
]
1616

17-
autodoc_mock_imports = ["native_fisher_py_backend"]
17+
autodoc_mock_imports = ["native_fisher_py.native_fisher_py_backend", "native_fisher_py_backend"]
1818

1919
templates_path = ['_templates']
2020
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

0 commit comments

Comments
 (0)