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