Skip to content

Releases: chrisjsewell/ipypublish

Version 0.10.12

06 Aug 16:47
912097b
Compare
Choose a tag to compare
v0.10.12

Merge pull request #137 from chrisjsewell/develop

Version 0.10.11

21 Jul 01:29
d5595fb
Compare
Choose a tag to compare
v0.10.11

Release v0.10.11 (#136 from chrisjsewell/develop)

Add sphinx compatibility with ipywidgets

10 Nov 05:31
d252697
Compare
Choose a tag to compare

Add compatibility of sphinx conversion with ipywidgets. Note, the sphinx version dependency is now >=1.8.

Additionally, the code base has been formatted by black, and some minor bugs/warnings have been fixed.

Improve ipubpandoc filter: conversion of equations

04 Sep 14:29
28ff4b3
Compare
Choose a tag to compare
  • Ensure equations that are already wrapped in a math environment are not wrapped twice.
  • For RST output, ensure multiline equations are correctly indented

Fix Binder Environment

24 Jul 00:10
Compare
Choose a tag to compare

Up-date the Conda requirements to working versions

Add sphinx options to add buttons for toggling all input/output cells

23 Jul 21:59
6c4f4ca
Compare
Choose a tag to compare
v0.10.7 release, Merge pull request #97 from chrisjsewell/develop

Add sphinx options to add buttons for toggling all input/output cells

Added option to toggle show/hide code cells with Sphinx

23 Jul 12:56
f9f82b5
Compare
Choose a tag to compare
v0.10.6

Merge pull request #95 from chrisjsewell/develop

Remove restriction on Sphinx<2.0

23 Jul 06:31
Compare
Choose a tag to compare

Changes include:

  • implement HTML2JSONParser and pytest-regressions for testing HTML documents

Rather then searching for specific bits of text, we convert the document to a json object, stripping out sections irrelevant for testing (like the header, footer and scripts that can change between versions). and test with the data_regression fixture

  • Add pre_commit configuration
  • Update .travis.yml to test python 3.7 rather than 3.4 (which is deprecated)
  • Update RTD configuration
  • version bump

Fix image reference clashes in rst

09 Jul 17:58
707d239
Compare
Choose a tag to compare
Merge pull request #90 from chrisjsewell/develop

 fix image reference clashes in rst

Minor Improvements to `ipypublish.sphinx.notebook`

08 Jul 11:58
db99c84
Compare
Choose a tag to compare
  • remove sphinx.ext.imgconverter from sphinx auto-builds
  • add additional known sphinx roles