Skip to content

Commit e357e3f

Browse files
committed
nbsphinx-link doesn’t work with the latest nbsphinx
See vidartf/nbsphinx-link#6
1 parent 9727e66 commit e357e3f

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
'sphinx>=1.5',
102102
'recommonmark',
103103
'sphinx_rtd_theme',
104-
'nbsphinx>=0.2.13',
104+
'nbsphinx>=0.2.13,<0.4.0',
105105
'jupyter_sphinx',
106106
'nbsphinx-link',
107107
'pytest_check_links',

0 commit comments

Comments
 (0)