zktuong / ktplotspy

Python library for plotting Cellphonedb results. Ported from ktplots R package.
https://ktplotspy.readthedocs.io/
MIT License
46 stars 12 forks source link

pip prod(deps): update nbsphinx requirement from <=0.9.1 to <=0.9.2 #34

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on nbsphinx to permit the latest version.

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.9.2

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

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles
Changelog

Sourced from nbsphinx's changelog.

Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

__ https://pypi.org/project/nbsphinx/0.9.2/ __ https://github.com/spatialaudio/nbsphinx/compare/0.9.1...0.9.2

Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__

  • pandoc: disable "smart" option only for version 2.0+

__ https://pypi.org/project/nbsphinx/0.9.1/ __ https://github.com/spatialaudio/nbsphinx/compare/0.9.0...0.9.1

Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)
    • A standalone CSS file nbsphinx-code-cells.css_t
    • LaTeX style file nbsphinx.sty
  • Add custom HTML/CSS for thumbnail galleries

    • Separate CSS file nbsphinx-gallery.css
    • The CSS from Sphinx Gallery ('sphinx_gallery.load_style') cannot be used anymore
  • Use the last image in a notebook as the default thumbnail

__ https://pypi.org/project/nbsphinx/0.9.0/ __ https://github.com/spatialaudio/nbsphinx/compare/0.8.12...0.9.0

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

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

__ https://pypi.org/project/nbsphinx/0.8.12/ __ https://github.com/spatialaudio/nbsphinx/compare/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/ __ https://github.com/spatialaudio/nbsphinx/compare/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/

... (truncated)

Commits
  • 6f92f9b Release 0.9.2
  • 5962650 DOC: mention sphinx_immaterial theme
  • 83e7b23 CSS: update comments for sphinx_immaterial special cases
  • 05957b0 hide copy-button in sphinx-immaterial theme (#737)
  • e1179c2 LaTeX: Use CSS-style options, avoid sphinxheavybox work-around
  • ce39da6 Extend to all links starting with #
  • 3050999 LaTeX: support link to #
  • 4d780a4 Avoid warning about deprecated status_iterator
  • 69700fa Remove docutils work-around
  • 6c929e3 DOC: remove sub-section about cell magics
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @zktuong.


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)
zktuong commented 1 year ago

@dependabot rebase

zktuong commented 1 year ago

@dependabot squash and merge