From 46b49e0fc158e9ddfcd05c07e24f9d31963e9369 Mon Sep 17 00:00:00 2001 From: Kushal Kolar Date: Wed, 13 Jul 2022 23:55:32 -0400 Subject: [PATCH] add deprecation info to docs conf.py --- docs/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index db85d7db..32b91d6c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -204,3 +204,7 @@ # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True + +rst_prolog = """.. attention:: + This documentation is for the Mesmerize legacy desktop application which is now deprecated. Please see the home page or GitHub repo for more information. +"""