From 641b615ef0811e4ca1630b85d98b0b5a76d8ca9d Mon Sep 17 00:00:00 2001 From: Sujay Shankar Date: Thu, 2 May 2024 10:59:25 -0400 Subject: [PATCH] Add sphinx-material to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5b2be34..be52cac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,7 @@ nbsphinx # for documentation and testing numpydoc # for documentation and testing sphinx-automodapi # for documentation and testing sphinx-gallery # for documentation and testing +sphinx-material # for documentation and testing black isort tox