data61 / clkhash

CLK hash: hash pii for entity matching
Apache License 2.0
47 stars 9 forks source link

Bump nbsphinx from 0.8.3 to 0.8.4 #479

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps nbsphinx from 0.8.3 to 0.8.4.

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.8.4

https://pypi.org/project/nbsphinx/0.8.4/

  • Support for mathjax3_config (for Sphinx >= 4)
  • Force loading MathJax on HTML pages generated from notebooks (can be disabled with nbsphinx_assume_equations = False)
Changelog

Sourced from nbsphinx's changelog.

Version 0.8.4 -- 2021-04-29 -- PyPI__ -- diff__

  • Support for mathjax3_config (for Sphinx >= 4)
  • Force loading MathJax on HTML pages generated from notebooks (can be disabled with nbsphinx_assume_equations = False)

__ https://pypi.org/project/nbsphinx/0.8.4/ __ https://github.com/spatialaudio/nbsphinx/compare/0.8.3...0.8.4

Version 0.8.3 -- 2021-04-09 -- PyPI__ -- diff__

  • Increase line_length_limit (for docutils 0.17+)

__ https://pypi.org/project/nbsphinx/0.8.3/ __ https://github.com/spatialaudio/nbsphinx/compare/0.8.2...0.8.3

Version 0.8.2 -- 2021-02-28 -- PyPI__ -- diff__

  • Add support for data-footcite HTML attribute
  • Disable automatic highlighting in notebooks, setting highlight_language is no longer needed

__ https://pypi.org/project/nbsphinx/0.8.2/ __ https://github.com/spatialaudio/nbsphinx/compare/0.8.1...0.8.2

Version 0.8.1 -- 2021-01-18 -- PyPI__ -- diff__

  • Minor fixes and documentation update

__ https://pypi.org/project/nbsphinx/0.8.1/ __ https://github.com/spatialaudio/nbsphinx/compare/0.8.0...0.8.1

Version 0.8.0 -- 2020-10-20 -- PyPI__ -- diff__

  • Don't overwrite Pygments background in notebook code cells. To get rid of those ugly greenish code blocks, remove pygments_style = 'sphinx' from your conf.py.
  • Switch documentation to insipid <https://insipid-sphinx-theme.readthedocs.io/>_ theme by default
  • Require Python 3.6+

__ https://pypi.org/project/nbsphinx/0.8.0/ __ https://github.com/spatialaudio/nbsphinx/compare/0.7.1...0.8.0

Version 0.7.1 -- 2020-06-16 -- PyPI__ -- diff__

  • Avoid links on scaled images

__ https://pypi.org/project/nbsphinx/0.7.1/ __ https://github.com/spatialaudio/nbsphinx/compare/0.7.0...0.7.1

Version 0.7.0 -- 2020-05-08 -- PyPI__ -- diff__

  • Warnings can be suppressed with suppress_warnings.
  • <img> tags are handled in Markdown cells; the alt, width, height and class attributes are supported.
  • CSS: prompts protrude into left margin if nbsphinx_prompt_width is

... (truncated)

Commits
  • f90f6be Release 0.8.4
  • 0c3ab57 DOC: update instructions for using mathjax3_config
  • 0153a6a Support for mathjax3_config (for Sphinx >= 4)
  • 5780328 Add config value nbsphinx_assume_equations
  • 65e5474 Force loading MathJax on HTML pages generated from notebooks
  • 7c95551 DOC: switch html_add_permalinks -> html_permalinks_icon
  • 1b35304 DOC: Fix broken link to docutils "raw" directive
  • b8d865c Travis-CI: use Xcode 12.2 image for macOS
  • c403e10 Travis-CI: upgrade to Ubuntu focal
  • adb189f Travis-CI: use Python 3.9 by default
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 3 years ago

Codecov Report

Merging #479 (27653ce) into master (8884fe0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #479   +/-   ##
=======================================
  Coverage   94.36%   94.36%           
=======================================
  Files          13       13           
  Lines         959      959           
=======================================
  Hits          905      905           
  Misses         54       54           
dependabot[bot] commented 3 years ago

Superseded by #481.