From 5971ef0a0882cbe1f1af1ed3812de0d90edd4dfd Mon Sep 17 00:00:00 2001 From: kmlefran Date: Tue, 23 Jul 2024 13:28:24 -0400 Subject: [PATCH] Fix missing docs dependencies in pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 606a2e2..1f822cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,6 +66,8 @@ docs = [ "myst-parser~=1.0.0", "sphinx-book-theme~=1.0.1", 'sphinxcontrib-details-directive~=0.1.0', + "nbsphinx", + "sphinx-gallery" ] [project.entry-points."aiida.data"]