We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f2cf2 commit 85ee83aCopy full SHA for 85ee83a
docs/source/conf.py
@@ -108,6 +108,9 @@
108
# directories to ignore when looking for source files.
109
exclude_patterns = ["build"]
110
111
+# Mock imports so API docs render without installing dependencies.
112
+autodoc_mock_imports = ["diffpy.utils"]
113
+
114
# The reST default role (used for this markup: `text`) to use for all
115
# documents.
116
# default_role = None
requirements/docs.txt
@@ -3,3 +3,4 @@ sphinx_rtd_theme
3
sphinx-copybutton
4
doctr
5
m2r2
6
+diffpy.utils
0 commit comments