From 9e64c1bcd5c5abb5394a83f9c99ce6cec613cf32 Mon Sep 17 00:00:00 2001 From: PrashantChoudhary13579 <143925781+PrashantChoudhary13579@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:46:41 +0530 Subject: [PATCH] Add sphinx-copybutton to documentation dependencies in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5950d0714b3..be0dc4a3139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,6 +76,7 @@ docs = [ "seaborn", "myst-nb", "myst-parser", # Markdown in Sphinx + "sphinx-copybutton", # Add a copy option in docs ] [project.urls]