From d1a9d6f15f420640cc6e9555b65bad4a3ba1549c Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Wed, 12 Feb 2020 11:20:22 +0100 Subject: [PATCH] doc/messaging: drop availability This appears to give build errors in derivatives of this repository, so we remove it for now. --- pybricks/messaging.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pybricks/messaging.py b/pybricks/messaging.py index aadbe5d..5296e41 100644 --- a/pybricks/messaging.py +++ b/pybricks/messaging.py @@ -3,11 +3,6 @@ """ Classes to exchange messages between EV3 bricks. - -.. availability:: - :ev3dev-stretch: - -.. versionadded:: 2.0.0 """