Skip to content

Commit 02ffc6e

Browse files
authored
Fixing API documentation for ReadTheDocs (#179)
* Test fixing API doc on ReadTheDocs * Try fixing the doc by adding mock imports * Cleanup Sphinx config file
1 parent 1281565 commit 02ffc6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@
8383
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
8484

8585
autodoc_mock_imports = [
86-
f"{project}.makers.calibration.core",
8786
f"{project}.makers.extractor.charge_extractor",
8887
f"{project}.dqm.bokeh_app",
88+
"iminuit",
89+
"matplotlib",
8990
]
9091

9192
# intersphinx allows referencing other packages sphinx docs

0 commit comments

Comments
 (0)