From a558b4042070c363ee689c9fe65827e555822688 Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 23 Feb 2024 10:55:47 +0100 Subject: [PATCH] :bug: exclude latest version of extension, see https://github.com/ftnext/sphinx-new-tab-link/issues/11 - recurssion error introduced into 0.2.2 of sphinx-new-tab-link --- docs/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index fbc9e74..8935ab5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,7 @@ 'sphinx.ext.viewcode', 'myst_nb', 'sphinx.ext.napoleon', - # 'sphinx_new_tab_link', # create infinite loop error + 'sphinx_new_tab_link', ] # https://myst-nb.readthedocs.io/en/latest/computation/execute.html diff --git a/setup.cfg b/setup.cfg index 534cfde..bdd1cac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ docs = sphinx-book-theme myst-nb ipywidgets - sphinx-new-tab-link + sphinx-new-tab-link!=0.2.2 [options.packages.find] where = src