We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884a256 commit b7c85a7Copy full SHA for b7c85a7
docs/conf.py
@@ -21,6 +21,8 @@
21
# documentation root, use os.path.abspath to make it absolute, like shown here.
22
sys.path[:0] = [os.path.abspath(x) for x in glob('../build/lib.*')]
23
24
+autodoc_mock_imports = ['cimpl']
25
+
26
# -- General configuration ------------------------------------------------
27
28
# If your documentation needs a minimal Sphinx version, state it here.
0 commit comments