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.8.6 to 0.8.12 in /docs #535

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps nbsphinx from 0.8.6 to 0.8.12.

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.8.12

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

  • Implement "link" galleries (without nested sub-documents)

nbsphinx 0.8.11

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

  • LaTeX: apply code cell border style to all code blocks

nbsphinx 0.8.10

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

  • Fix handling of source_suffix
  • A few LaTeX fixes

nbsphinx 0.8.9

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

  • CSS: support tables in widgets
  • Avoid empty "raw" directive

nbsphinx 0.8.8

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

  • Support for the sphinx_codeautolink extension
  • Basic support for the text builder

nbsphinx 0.8.7

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

  • Fix assertion error in LaTeX build with Sphinx 4.1.0+
Changelog

Sourced from nbsphinx's changelog.

Version 0.8.12 -- 2023-01-19 -- PyPI__ -- diff__

  • Implement "link" galleries (without nested sub-documents)

__ https://pypi.org/project/nbsphinx/0.8.12/ __ spatialaudio/nbsphinx@0.8.11...0.8.12

Version 0.8.11 -- 2022-12-29 -- PyPI__ -- diff__

  • LaTeX: apply code cell border style to all code blocks

__ https://pypi.org/project/nbsphinx/0.8.11/ __ spatialaudio/nbsphinx@0.8.10...0.8.11

Version 0.8.10 -- 2022-11-13 -- PyPI__ -- diff__

  • Fix handling of source_suffix
  • A few LaTeX fixes

__ https://pypi.org/project/nbsphinx/0.8.10/ __ spatialaudio/nbsphinx@0.8.9...0.8.10

Version 0.8.9 -- 2022-06-04 -- PyPI__ -- diff__

  • CSS: support tables in widgets
  • Avoid empty "raw" directive

__ https://pypi.org/project/nbsphinx/0.8.9/ __ spatialaudio/nbsphinx@0.8.8...0.8.9

Version 0.8.8 -- 2021-12-31 -- PyPI__ -- diff__

  • Support for the sphinx_codeautolink extension
  • Basic support for the text builder

__ https://pypi.org/project/nbsphinx/0.8.8/ __ spatialaudio/nbsphinx@0.8.7...0.8.8

Version 0.8.7 -- 2021-08-10 -- PyPI__ -- diff__

  • Fix assertion error in LaTeX build with Sphinx 4.1.0+

__ https://pypi.org/project/nbsphinx/0.8.7/ __ spatialaudio/nbsphinx@0.8.6...0.8.7

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

  • Support for Jinja2 version 3

__ https://pypi.org/project/nbsphinx/0.8.6/ __ spatialaudio/nbsphinx@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

... (truncated)

Commits
  • 14c86de Release 0.8.12
  • 7c90840 DOC: Hide main TOC in <details>, add site usage instructions
  • 80d68fb DOC: Remove explicit ipython dep from requirements.txt
  • 1c33914 DOC: Add note about using sphinx-gallery<0.11
  • 23869df DOC: Separate notebooks for different gallery types
  • 13eeb84 Fix missing spaces in thumbnail titles
  • 5935ff3 Implement nbsphinx-link-gallery tag/metadata
  • bb8633e Refactor using DummyTocTree
  • 1d342bb Implement NbLinkGallery directive
  • 59c0498 DOC: use docutils from SVN
  • 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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #535 (fa7f62b) into master (28baefd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #535   +/-   ##
=======================================
  Coverage   96.95%   96.95%           
=======================================
  Files           9        9           
  Lines         789      789           
  Branches      208      208           
=======================================
  Hits          765      765           
  Misses         11       11           
  Partials       13       13           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/docs/nbsphinx-0.8.12 branch from fa7f62b to 80e4550 Compare February 14, 2023 01:46
Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.8.6 to 0.8.12.
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.8.6...0.8.12)

---
updated-dependencies:
- dependency-name: nbsphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/docs/nbsphinx-0.8.12 branch from 80e4550 to a5e58fa Compare February 14, 2023 05:09
@SarthakJariwala SarthakJariwala merged commit c0c107c into master Feb 14, 2023
@dependabot dependabot bot deleted the dependabot/pip/docs/nbsphinx-0.8.12 branch February 14, 2023 15:06
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants