Skip to content

Commit c9b88b4

Browse files
Merge pull request #18 from jeromekelleher/docs-fix
Fixed issues with RTD.
2 parents e38a448 + 7515709 commit c9b88b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
import pkg_resources
1818
sys.path.insert(0, os.path.abspath('../'))
1919

20+
# We don't need to import any of these to build the docs.
21+
autodoc_mock_imports = [
22+
"numpy",
23+
"humanize",
24+
"tskit",
25+
"numcodecs",
26+
"zarr",
27+
]
2028

2129
# -- Project information -----------------------------------------------------
2230

0 commit comments

Comments
 (0)