Skip to content

Commit

Permalink
🐛 exclude latest version of extension, see ftnext/sphinx-new-tab-link#11
Browse files Browse the repository at this point in the history


- recurssion error introduced into 0.2.2 of sphinx-new-tab-link
  • Loading branch information
Henry committed Feb 23, 2024
1 parent e873a6d commit a558b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a558b40

Please sign in to comment.