Skip to content

Commit

Permalink
Preped documentation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal committed Oct 2, 2020
1 parent 7b53502 commit 1817715
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,42 @@
Changes in nbconvert
====================

6.0.7
-----

Primarly a release addressing template extensions issues reported since 6.0 launched.

Comprehensive notes
~~~~~~~~~~~~~~~~~~~

- Comment typo fix :ghpull:`1425`:
- Documented updated to default conversion changes from 6.0 :ghpull:`1426`:
- Allow custom template files outside of the template system to set their base template name :ghpull:`1429`:
- Restored basic template from 5.x :ghpull:`1431`:
- Added proper support for backwards compatibility templates :ghpull:`1431`:

6.0.6
-----

A range of bug fixes for webpdf exports

Comprehensive notes
~~~~~~~~~~~~~~~~~~~

- Removed CSS preprocessor from default proprocessor list (fixes classic rendering) :ghpull:`1411`:
- Fixed error when pickling TemplateExporter :ghpull:`1399`:
- Support for fractional height html / webpdf exports :ghpull:`1413`:
- Added short wait time for fonts and rendering in webpdf :ghpull:`1414`:
- Updated template documentation
- Minor fixes to the webpdf exporter :ghpull:`1419`:
- Fixup use with a running event loop within webpdf :ghpull:`1420`:
- Prevent overflow in input areas in lab template :ghpull:`1422`:

6.0.5
-----

- Revert networkidle2 change which caused custom cdn-fetched widgets in webpdf

6.0.4
-----

Expand Down
12 changes: 12 additions & 0 deletions docs/source/customizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ For example, three HTML templates are provided in nbconvert core for the HTML ex
/home/<username>/.local/share/jupyter/runtime
Adding Additional Template Paths
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In order to add additional paths to be searched, you need to pass ``TemplateExporter.extra_template_basedirs``
config options indicating the extra directories to search for templates. Be careful not to override
``TemplateExporter.template_paths`` unless you intend to replace ALL paths and don't want the default
locations included.

When using the commandline the extra template paths are added by calling
``--TemplateExporter.extra_template_basedirs=path/you/want/included``.


The content of nbconvert templates
----------------------------------

Expand Down

0 comments on commit 1817715

Please sign in to comment.