diff --git a/templates/docs/docs/conf.py.j2 b/templates/docs/docs/conf.py.j2 index 6f994767..6b9f0353 100644 --- a/templates/docs/docs/conf.py.j2 +++ b/templates/docs/docs/conf.py.j2 @@ -317,3 +317,8 @@ class MyPythonDomain(PythonDomain): def setup(sphinx): """Use MyPythonDomain in place of PythonDomain""" sphinx.add_domain(MyPythonDomain, override=True) + +rst_prolog = """.. attention:: + This documentation will be deactivated in the near future. `Learn More `_ + or go to the `New Pulp Docs `_ (beta). +"""