Skip to content

Latest commit

 

History

History
89 lines (64 loc) · 2.54 KB

NEWS.rst

File metadata and controls

89 lines (64 loc) · 2.54 KB
Version 0.3.5 (2018-09-10):
  • Disable nbconvert version 5.4 to avoid issue #878
Version 0.3.4 (2018-07-28):
  • Fix issue #196 and other minor changes
Version 0.3.3 (2018-04-25):
  • Locally linked files are only copied for Jupyter notebooks (and not anymore for other Sphinx source files)
Version 0.3.2 (2018-03-28):
  • Links to local files are rewritten for all Sphinx source files (not only Jupyter notebooks)
Version 0.3.1 (2018-01-17):
  • Enable notebook translations (NB: The use of reST strings is temporary!)
Version 0.3.0 (2018-01-02):
  • Add options nbsphinx_prolog and nbsphinx_epilog
  • Links from *.rst files to notebooks have to start with a slash
Version 0.2.18 (2017-12-03):
  • Fix issue #148
Version 0.2.17 (2017-11-12):
  • Fix issue #146
Version 0.2.16 (2017-11-07):
  • Fix issue #142
Version 0.2.15 (2017-11-03):
  • Links to subsections are now possible in all source files
Version 0.2.14 (2017-06-09):
  • Add option nbsphinx_kernel_name
Version 0.2.13 (2017-01-25):
  • Minor fixes
Version 0.2.12 (2016-12-19):
  • Basic support for widgets
  • CSS is now "responsive", some new CSS classes
Version 0.2.11 (2016-11-19):
  • Minor fixes
Version 0.2.10 (2016-10-16):
  • Enable JavaScript output cells
Version 0.2.9 (2016-07-26):
  • Add option nbsphinx_prompt_width
Version 0.2.8 (2016-05-20):
  • Add options nbsphinx_execute and nbsphinx_execute_arguments
  • Separate "display priority" for HTML and LaTeX
Version 0.2.7 (2016-05-04):
  • Special CSS tuning for sphinx_rtd_theme
  • Replace info/warning <div> elements with nbinfo/nbwarning
Version 0.2.6 (2016-04-12):
  • Support for LaTeX math environments in Markdown cells
  • Add options nbsphinx_timeout and nbsphinx_codecell_lexer
Version 0.2.5 (2016-03-15):
  • Add option nbsphinx_allow_errors to globally ignore exceptions
  • Separate class nbsphinx.Exporter
Version 0.2.4 (2016-02-12):
  • Support for "nbsphinx-toctree" cell metadata
Version 0.2.3 (2016-01-22):
  • Links from notebooks to local files can now be used
Version 0.2.2 (2016-01-06):
  • Support for links to sub-sections in other notebooks
Version 0.2.1 (2016-01-04):
  • No need to mention source_suffix and source_parsers in conf.py
Version 0.2.0 (2015-12-27):
  • Add support for allow_errors and hidden metadata
  • Add custom reST template
  • Add nbinput and nboutput directives with HTML+CSS and LaTeX formatting
  • Turn nbsphinx into a Sphinx extension
Version 0.1.0 (2015-11-29):

Initial release