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 2577d00 commit cb0e8bfCopy full SHA for cb0e8bf
doc/source/conf.py
@@ -18,6 +18,8 @@
18
from importlib.metadata import version
19
from pathlib import Path
20
21
+autodoc_mock_imports = ["importlib.metadata"]
22
+
23
# If extensions (or modules to document with autodoc) are in another directory,
24
# add these directories to sys.path here. If the directory is relative to the
25
# documentation root, use Path().resolve() to make it absolute, like shown here.
0 commit comments