Skip to content

Commit a921646

Browse files
committed
docs: autodoc mock imports for doc rendering
1 parent 1aef091 commit a921646

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
"m2r",
5454
]
5555

56+
autodoc_mock_imports = [
57+
"diffpy.pdffit2.pdffit2",
58+
]
59+
5660
# Add any paths that contain templates here, relative to this directory.
5761
templates_path = ["_templates"]
5862

0 commit comments

Comments
 (0)