diff --git a/doc/dev/reference/app_module.rst b/doc/dev/reference/app_module.rst index 154a0bcef..67600e2ee 100644 --- a/doc/dev/reference/app_module.rst +++ b/doc/dev/reference/app_module.rst @@ -31,11 +31,3 @@ Required. Version number of an app. Increasing the version number of an app triggers the setup() logic allowing the app to run upgrade scripts. This attribute is part of the :class:`~plinth.app.Info` component. Need for this attribute at the module level will be removed in the future. - -.managed_paths -^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Optional. This must contain the list of all file system paths that this app -deals with. This is mostly used by the -:class:`~plinth.modules.letsencrypt.components.LetsEncrypt` component to enforce -better security. This requirement may be removed in the future.