From 275853de9b4905cb34c7bd148fc302ce638df445 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 4 Feb 2025 11:04:50 -0500 Subject: [PATCH] docs: remove restview dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4789a316..f4a62cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,6 @@ dev = [ # docs "sphinx", "sphinx_rtd_theme", - "restview", ] notebooks = [ "jupyter",