Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nbsphinx from 0.7.1 to 0.8.5 #100

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2021

Bumps nbsphinx from 0.7.1 to 0.8.5.

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.8.5

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

  • 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

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)

nbsphinx 0.8.3

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

  • Increase line_length_limit (for docutils 0.17+)

nbsphinx 0.8.2

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

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

nbsphinx 0.8.1

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

  • Minor fixes and documentation update

nbsphinx 0.8.0

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

  • 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+
Changelog

Sourced from nbsphinx's changelog.

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/ __ spatialaudio/nbsphinx@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/ __ spatialaudio/nbsphinx@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/ __ spatialaudio/nbsphinx@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/ __ spatialaudio/nbsphinx@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/ __ spatialaudio/nbsphinx@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/ __ spatialaudio/nbsphinx@0.7.1...0.8.0

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

  • Avoid links on scaled images

... (truncated)

Commits
  • ece0867 Release 0.8.5
  • 80103c5 DOC: Show how to use Markdown source files
  • 5f702d2 Freeze Jinja2 version to 2.11
  • be6a081 theme comparison: Print nice error message if GitPython is not found
  • e09bd1f theme comparison: allow passing options to Sphinx
  • 86c0340 theme comparison: add more short arguments
  • cb421e5 theme comparison: use "git worktree" to build themes
  • 8ea8dbe command line tool to create all html theme docs at once
  • f917815 Explicitly import sphinx.directives.other
  • f90f6be Release 0.8.4
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 4, 2021

Superseded by #101.

@dependabot dependabot bot closed this Jun 4, 2021
@dependabot dependabot bot deleted the dependabot/pip/nbsphinx-0.8.5 branch June 4, 2021 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants