From 41bde8cce849009dd6aace384b17ef5f8232af48 Mon Sep 17 00:00:00 2001 From: Joe Ranalli Date: Fri, 13 Sep 2024 18:09:07 -0400 Subject: [PATCH] Pin doc libs --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index efe13ef..22e5b02 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,8 +36,8 @@ demos = jupyter docs = - sphinx - sphinx_rtd_theme - nbsphinx - ipython - nbsphinx-link \ No newline at end of file + sphinx==7.4.7 + sphinx_rtd_theme==2.0.0 + nbsphinx==0.9.5 + ipython==8.27.0 + nbsphinx-link==1.3.0 \ No newline at end of file