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

Update nbsphinx requirement from <=0.8.9,>=0.8.5 to >=0.8.5,<=0.9.2 in /requirements #17924

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

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

... (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

You can trigger a rebase of this PR 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)

cc @Borda

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the ci Continuous Integration label Jun 26, 2023
@dependabot dependabot bot requested a review from a team June 26, 2023 01:29
@github-actions github-actions bot removed the ci Continuous Integration label Jun 26, 2023
@Borda
Copy link
Member

Borda commented Jun 26, 2023

@dependabot rebase

Updates the requirements on [nbsphinx](https://github.com/spatialaudio/nbsphinx) to permit the latest version.
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.8.5...0.9.2)

---
updated-dependencies:
- dependency-name: nbsphinx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-pip-requirements-nbsphinx-gte-0.8.5-and-lte-0.9.2 branch from ca398c8 to bdca96a Compare June 26, 2023 14:39
@Borda Borda enabled auto-merge (squash) June 27, 2023 21:54
@mergify mergify bot added the ready PRs ready to be merged label Jun 28, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 30, 2023

⛈️ Required checks status: Has failure 🔴

Warning
This job will need to be re-run to merge your PR. If you do not have write access to the repository, you can ask Lightning-AI/lai-frameworks to re-run it. If you push a new commit, all of CI will re-trigger.

Groups summary

🟢 fabric: Docs
Check ID Status
docs-make (fabric, doctest) success
docs-make (fabric, html) success

These checks are required after the changes to requirements/docs.txt.

🔴 pytorch_lightning: Docs
Check ID Status
docs-make (pytorch, doctest) success
docs-make (pytorch, html) failure

These checks are required after the changes to requirements/docs.txt.

🟢 lightning_app: Docs
Check ID Status
docs-make (app, doctest) success
docs-make (app, html) success

These checks are required after the changes to requirements/docs.txt.


Thank you for your contribution! 💜

Note
This comment is automatically generated and updates for 60 minutes every 180 seconds. If you have any other questions, contact carmocca for help.

@mergify mergify bot added has conflicts and removed ready PRs ready to be merged labels Jul 26, 2023
@mergify mergify bot added ready PRs ready to be merged and removed has conflicts ready PRs ready to be merged labels Aug 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2023

A newer version of nbsphinx exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@Borda Borda added won't fix This will not be worked on docs Documentation related and removed ready PRs ready to be merged labels Aug 30, 2023
@stale stale bot removed won't fix This will not be worked on labels Aug 30, 2023
@mergify mergify bot added the ready PRs ready to be merged label Aug 30, 2023
@stale
Copy link

stale bot commented Sep 17, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you need further help see our docs: https://lightning.ai/docs/pytorch/latest/generated/CONTRIBUTING.html#pull-request or ask the assistance of a core contributor here or on Discord. Thank you for your contributions.

@stale stale bot added the won't fix This will not be worked on label Sep 17, 2023
@stale stale bot removed the won't fix This will not be worked on label Oct 3, 2023
@Borda Borda marked this pull request as draft October 4, 2023 19:26
auto-merge was automatically disabled October 4, 2023 19:26

Pull request was converted to draft

@mergify mergify bot removed the ready PRs ready to be merged label Oct 4, 2023
@Borda
Copy link
Member

Borda commented Oct 10, 2023

just need to fetch the latest notebooks and we go..

@Borda Borda self-assigned this Oct 10, 2023
@Borda Borda marked this pull request as ready for review December 12, 2023 19:39
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Dec 12, 2023
@mergify mergify bot added the ready PRs ready to be merged label Dec 12, 2023
@awaelchli awaelchli merged commit 4528cb6 into master Dec 13, 2023
18 of 40 checks passed
@awaelchli awaelchli deleted the dependabot-pip-requirements-nbsphinx-gte-0.8.5-and-lte-0.9.2 branch December 13, 2023 05:23
Borda pushed a commit that referenced this pull request Dec 19, 2023
lantiga pushed a commit that referenced this pull request Dec 20, 2023
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 docs Documentation related ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants