diff --git a/docs/source/developer_guide/dependencies.rst b/docs/source/developer_guide/dependencies.rst index d728edbe7..c8191e169 100644 --- a/docs/source/developer_guide/dependencies.rst +++ b/docs/source/developer_guide/dependencies.rst @@ -48,7 +48,7 @@ the following files need to be updated: Informative warnings or error messages for missing soft dependencies should be raised, in a situation where a user would need them. This is handled through our ``_check_soft_dependencies`` `utility -`_. +`_. There are specific conventions to add such warnings in ``BaseObject``-s. To add ``BaseObject`` with a soft dependency, ensure the following: