Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps sphinx from 7.1.0 to 8.1.3.

Release notes

Sourced from sphinx's releases.

Sphinx 8.1.3

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #13013: Restore support for cut_lines() with no object type. Patch by Adam Turner.

Sphinx 8.1.2

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #13012: Expose sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.

Sphinx 8.1.1

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #13006: Use the preferred https://www.cve.org/ URL for the :cve: role. Patch by Hugo van Kemenade.
  • #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B.

Sphinx 8.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Dependencies

  • #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner.
  • #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B.

Incompatible changes

  • #12763: Remove unused internal class sphinx.util.Tee. Patch by Adam Turner.
  • #12822: LaTeX: for Unicode engines, the fvset default is changed to '\\fvset{fontsize=auto}' from '\\fvset{fontsize=\\small}'. Code-blocks are unchanged as FreeMono is now loaded with Scale=0.9. An adjustment to existing projects is needed only if they used a custom fontpkg configuration and did not set fvset.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 8.1.3 (released Oct 13, 2024)

Bugs fixed

  • #13013: Restore support for :func:!cut_lines with no object type. Patch by Adam Turner.

Release 8.1.2 (released Oct 12, 2024)

Bugs fixed

  • #13012: Expose :exc:sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. :exc:!ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.

Release 8.1.1 (released Oct 11, 2024)

Bugs fixed

  • #13006: Use the preferred https://www.cve.org/ URL for the :rst:role::cve: <cve> role. Patch by Hugo van Kemenade.
  • #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B.

Release 8.1.0 (released Oct 10, 2024)

Dependencies

  • #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner.
  • #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B.

Incompatible changes

  • #12763: Remove unused internal class sphinx.util.Tee.

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sphinx [>= 5.2.a, < 5.3]

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

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

@dependabot dependabot bot added dependencies Related to package requirements maintenance Repository structure maintenance labels Nov 25, 2024
@codecov
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.60%. Comparing base (274fe85) to head (ce27e92).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1922      +/-   ##
==========================================
- Coverage   86.64%   86.60%   -0.04%     
==========================================
  Files          90       90              
  Lines       10274    10274              
==========================================
- Hits         8902     8898       -4     
- Misses       1372     1376       +4     

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.0 to 8.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.1.0...v8.1.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/sphinx-8.1.3 branch from cabc6e6 to 7c9ac45 Compare November 25, 2024 10:34
@moe-ad
Copy link
Contributor

moe-ad commented Nov 29, 2024

The cause of doc-build/examples-run fail is a missing webpage one of the examples is pointing to:

@PProfizi
Copy link
Contributor

Hi @moe-ad,

sorry this is something I just broke, so not the initial issue.
I have a PR nearly ready to fix that particular thing, and then you'll be able to investigate the initial issue properly.

@PProfizi
Copy link
Contributor

I merged the fix in this branch

@moe-ad
Copy link
Contributor

moe-ad commented Nov 29, 2024

Noted @PProfizi.

@moe-ad moe-ad force-pushed the dependabot/pip/requirements/sphinx-8.1.3 branch 2 times, most recently from 33c0f11 to 785a2f5 Compare December 2, 2024 15:59
@moe-ad moe-ad force-pushed the dependabot/pip/requirements/sphinx-8.1.3 branch from 785a2f5 to 85dda6e Compare December 2, 2024 16:39
@moe-ad moe-ad force-pushed the dependabot/pip/requirements/sphinx-8.1.3 branch from 32954d1 to e754551 Compare December 11, 2024 13:25
@moe-ad moe-ad force-pushed the dependabot/pip/requirements/sphinx-8.1.3 branch 2 times, most recently from 82d0bba to a883824 Compare December 12, 2024 13:37
@moe-ad
Copy link
Contributor

moe-ad commented Dec 12, 2024

@jorgepiloto, builds works by excluding the failing one, and adding one other dependency. However, inspecting the html pages reveals that the thumbnail links are broken. Reproducible locally as well.
Maybe some other dependency doesn't work well with 8.1.3. We need to investigate that next.

@moe-ad moe-ad force-pushed the dependabot/pip/requirements/sphinx-8.1.3 branch 2 times, most recently from 30bddb6 to 9af6584 Compare December 14, 2024 14:10
Copy link
Contributor

@PProfizi PProfizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently trying to fix the issue with the example

@moe-ad moe-ad requested a review from PProfizi February 19, 2025 07:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2025

A newer version of sphinx 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.

@moe-ad moe-ad merged commit c00d3fc into master Feb 20, 2025
45 checks passed
@moe-ad moe-ad deleted the dependabot/pip/requirements/sphinx-8.1.3 branch February 20, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to package requirements maintenance Repository structure maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants