From 96b50413a3b04d2169469d4e488b0866341578b4 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 30 Nov 2023 05:48:02 -0500 Subject: [PATCH] Backport PR #27386: Doc: add a "please use dev version" to top of contribute docs --- doc/devel/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/devel/index.rst b/doc/devel/index.rst index 9537859c107a..47ea39d29c4b 100644 --- a/doc/devel/index.rst +++ b/doc/devel/index.rst @@ -4,6 +4,15 @@ Contribute ########## +.. ifconfig:: releaselevel != 'dev' + + .. important:: + + If you plan to contribute to Matplotlib, please read the + `development version `_ + of this document as it will have the most up to date installation + instructions, workflow process, and contributing guidelines. + Thank you for your interest in helping to improve Matplotlib! There are various ways to contribute: optimizing and refactoring code, detailing unclear documentation and writing new examples, reporting and fixing bugs and requesting