diff --git a/docs/conf.py b/docs/conf.py index 2cb03a09..fb2af7b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,6 +84,12 @@ "**/*.dqm.bokeh_app**", ] +autodoc_mock_imports = [ + "nectarchain.makers.extractor.charge_extractor", + "nectarchain.makers.calibration.core", + "nectarchain.dqm.bokeh_app", +] + # intersphinx allows referencing other packages sphinx docs intersphinx_mapping = { "python": ("https://docs.python.org/3.9", None), @@ -95,10 +101,10 @@ "ctapipe": ("https://ctapipe.readthedocs.io/en/v0.19.3/", None), } -suppress_warnings = [ - "autosummary", - "autosummary.import_cycle", -] +# suppress_warnings = [ +# "autosummary", +# "autosummary.import_cycle", +# ] # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True