catalyst-cooperative / pudl-catalog

An Intake catalog for distributing open energy system data liberated by Catalyst Cooperative.
https://catalyst.coop/pudl/
MIT License
9 stars 2 forks source link

Update sphinx requirement from <5,>=4 to >=4,<6 #27

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on sphinx to permit the latest version.

Changelog

Sourced from sphinx's changelog.

Release 5.0.0 (released May 30, 2022)

Dependencies

5.0.0 b1

  • #10164: Support Docutils 0.18_. Patch by Adam Turner.

.. _Docutils 0.18: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-2021-10-26

Incompatible changes

5.0.0 b1

  • #10031: autosummary: sphinx.ext.autosummary.import_by_name() now raises ImportExceptionGroup instead of ImportError when it failed to import target object. Please handle the exception if your extension uses the function to import Python object. As a workaround, you can disable the behavior via grouped_exception=False keyword argument until v7.0.
  • #9962: texinfo: Customizing styles of emphasized text via @definfoenclose command was not supported because the command was deprecated since texinfo 6.8
  • #2068: :confval:intersphinx_disabled_reftypes has changed default value from an empty list to ['std:doc'] as avoid too surprising silent intersphinx resolutions. To migrate: either add an explicit inventory name to the references intersphinx should resolve, or explicitly set the value of this configuration variable to an empty list.
  • #10197: html theme: Reduce body_min_width setting in basic theme to 360px
  • #9999: LaTeX: separate terms from their definitions by a CR (refs: #9985)
  • #10062: Change the default language to 'en' if any language is not set in conf.py

5.0.0 final

  • #10474: :confval:language does not accept None as it value. The default value of language becomes to 'en' now.

Deprecated

5.0.0 b1

  • #10028: jQuery and underscore.js will no longer be automatically injected into themes from Sphinx 6.0. If you develop a theme or extension that uses the jQuery, $, or $u global objects, you need to update your JavaScript or use the mitigation below.

... (truncated)

Commits
  • 953002e Bump to 5.0.0 final
  • 3d3e932 Merge pull request #10463 from AA-Turner/fix-css-docutils-0-18
  • 9298b3e Update message catalogs
  • bdeb627 Merge pull request #10486 from tk0miya/fix_babel_extract_message
  • 16ca323 Fix imgconverter: Failed to extract translation messages
  • dc30920 Merge pull request #10481 from AA-Turner/lang-none-en
  • 2004149 Update test
  • 78c478a Merge remote-tracking branch 'upstream/5.0.x' into lang-none-en
  • 479e482 Update warning, revert my original warning patch
  • fb6db30 Update comment
  • 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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #27 (b3fdc98) into main (61f1d41) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files           2        2           
  Lines          42       42           
=======================================
  Hits           42       42           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 61f1d41...b3fdc98. Read the comment docs.

zaneselvans commented 2 years ago

@dependabot rebase