From f371ba81a75c4b1c7adeb51bacba2786a125328c Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Wed, 6 Jul 2022 19:19:59 -0400 Subject: [PATCH] Enable nbsphinx --- doc/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 4b88ac7..14d3a04 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,4 +2,5 @@ breathe teqp numpy jupyter -nbconvert \ No newline at end of file +nbconvert +nbsphinx \ No newline at end of file -- GitLab