Releases: chrisjsewell/ipypublish
Releases · chrisjsewell/ipypublish
Version 0.10.12
v0.10.12 Merge pull request #137 from chrisjsewell/develop
Version 0.10.11
v0.10.11 Release v0.10.11 (#136 from chrisjsewell/develop)
Add sphinx compatibility with ipywidgets
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
- 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
Up-date the Conda requirements to working versions
Add sphinx options to add buttons for toggling all input/output cells
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
v0.10.6 Merge pull request #95 from chrisjsewell/develop
Remove restriction on Sphinx<2.0
Changes include:
- implement
HTML2JSONParser
andpytest-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
Merge pull request #90 from chrisjsewell/develop fix image reference clashes in rst
Minor Improvements to `ipypublish.sphinx.notebook`
- remove
sphinx.ext.imgconverter
from sphinx auto-builds - add additional known sphinx roles