also remove latex_envs entry-points

This commit is contained in:
Josh Barnes
2016-11-16 23:18:40 +00:00
parent fa67142155
commit ee6e8a86b2
+1 -3
View File
@@ -90,11 +90,9 @@ encounter any problems.
'nbextension = jupyter_contrib_nbextensions.application:jupyter_contrib_core_app_subcommands', # noqa
],
'nbconvert.exporters': [
'html_lenvs = jupyter_contrib_nbextensions.nbconvert_support.latex_envs:LenvsHTMLExporter', # noqa
'latex_lenvs = jupyter_contrib_nbextensions.nbconvert_support.latex_envs:LenvsLatexExporter', # noqa
'html_toc = jupyter_contrib_nbextensions.nbconvert_support.toc2:TocExporter', # noqa
'html_embed = jupyter_contrib_nbextensions.nbconvert_support.embedhtml:EmbedHTMLExporter', # noqa
],
],
},
scripts=[os.path.join('scripts', p) for p in [
'jupyter-contrib-nbextension',