althonos / pronto

A Python frontend to (Open Biomedical) Ontologies.
https://pronto.readthedocs.io
MIT License
229 stars 48 forks source link

Update nbsphinx requirement from ~=0.5 to ~=0.8 #142

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 3 years ago

Updates the requirements on nbsphinx to permit the latest version.

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.8.6

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

  • Support for Jinja2 version 3
Changelog

Sourced from nbsphinx's changelog.

Version 0.8.6 -- 2021-06-03 -- PyPI__ -- diff__

  • Support for Jinja2 version 3

__ https://pypi.org/project/nbsphinx/0.8.6/ __ https://github.com/spatialaudio/nbsphinx/compare/0.8.5...0.8.6

Version 0.8.5 -- 2021-05-12 -- PyPI__ -- diff__

  • Freeze Jinja2 version to 2.11 (for now, until a bugfix is found)
  • Add theme_comparison.py tool for creating multiple versions (with different HTML themes) of the docs at once

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

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+

... (truncated)

Commits
  • 4fb5586 Release 0.8.6
  • 4c5cc40 Check for tags and widgets to appease the new Jinja2 version
  • 4c929a6 respect github_url field
  • b08dde7 CircleCI: install pip
  • 8d60fb5 DOC: use the actual § symbol instead of the Unicode name
  • 5f02724 DOC: Show a few more features of Markdown source files
  • c86a992 DOC: fix link in Markdown source file
  • 7b65abc DOC: mention which sections use custom notebook formats
  • ece0867 Release 0.8.5
  • 80103c5 DOC: Show how to use Markdown source files
  • Additional commits viewable in compare view


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 #142 (e77b84d) into master (306f088) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   82.76%   82.76%           
=======================================
  Files          28       28           
  Lines        2849     2849           
  Branches      492      492           
=======================================
  Hits         2358     2358           
  Misses        359      359           
  Partials      132      132           
Flag Coverage Δ
CPython 82.73% <ø> (ø)
Linux 82.73% <ø> (ø)
PyPy 82.20% <ø> (ø)
v3.6 82.21% <ø> (ø)
v3.7 82.20% <ø> (ø)
v3.8 82.64% <ø> (ø)
v3.9 82.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 306f088...e77b84d. Read the comment docs.

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.