Add modularity deprecation warning to doc pages

This commit is contained in:
Evan Goode 2025-07-14 17:37:56 +00:00 committed by Petr Pisar
parent e3719102eb
commit 031fe5abde
3 changed files with 6 additions and 1 deletions

View File

@ -19,6 +19,8 @@
Modularity Interface Modularity Interface
===================== =====================
.. warning:: Modularity is deprecated, and functionality will be removed in a future release of DNF5.
.. module:: dnf.module.module_base .. module:: dnf.module.module_base

View File

@ -1025,6 +1025,8 @@ Module Command
| Command: ``module`` | Command: ``module``
.. warning:: Modularity is deprecated, and functionality will be removed in a future release of DNF5.
Modularity overview is available at :ref:`man page dnf.modularity(7) <modularity-label>`. Modularity overview is available at :ref:`man page dnf.modularity(7) <modularity-label>`.
Module subcommands take :ref:`\<module-spec>\ <specifying_modules-label>`... arguments that specify modules or profiles. Module subcommands take :ref:`\<module-spec>\ <specifying_modules-label>`... arguments that specify modules or profiles.

View File

@ -21,10 +21,11 @@
Modularity Modularity
############ ############
.. warning:: Modularity is deprecated, and functionality will be removed in a future release of DNF5.
Modularity is new way of building, organizing and delivering packages. Modularity is new way of building, organizing and delivering packages.
For more details see: https://docs.pagure.org/modularity/ For more details see: https://docs.pagure.org/modularity/
============= =============
Definitions Definitions
============= =============