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.
2 parents 2577d00 + cb0e8bf commit aff9b35Copy full SHA for aff9b35
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