diff --git a/docs/config.rst b/docs/config.rst index 412ca88b4..3dc937c59 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -267,6 +267,12 @@ Settings related to reports such as coverage data and gas profiles. - SafeMath - Owned +.. py:attribute:: only_include_project + + If ``false``, reports also include contracts imported from outside the active project (such as those compiled via :func:`compile_source `). + + default value: ``true`` + .. _config-hypothesis: Hypothesis