We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65f2cf2 + a01de7e commit 1aede7dCopy full SHA for 1aede7d
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
news/docs-render.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
3
+* No news added: mock diffpy.utils and add it as dependency to docs.txt
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
11
12
13
+**Removed:**
14
15
16
17
+**Fixed:**
18
19
20
21
+**Security:**
22
23
0 commit comments