diff --git a/conf.py b/conf.py index 4e105066e1..c8a9239f6e 100644 --- a/conf.py +++ b/conf.py @@ -110,9 +110,6 @@ # Raise PennyLane deprecation warnings as errors warnings.filterwarnings("error", category=PennyLaneDeprecationWarning) -warnings.filterwarnings( - "ignore", message="Device will no longer be accessible", category=PennyLaneDeprecationWarning -) # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]