jorgepiloto / lamberthub

A set of Lambert's problem solvers
GNU General Public License v3.0
41 stars 5 forks source link

Bump sphinx-autoapi from 2.0.0 to 2.1.1 #129

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 1 year ago

Bumps sphinx-autoapi from 2.0.0 to 2.1.1.

Changelog

Sourced from sphinx-autoapi's changelog.

v2.1.1 (2023-06-10)

Bugfixes ^^^^^^^^

  • Fix "document isn't included" warning when using autoapi_add_toctree_entry (#319)
  • Types used in PEP-604 union syntax can be linked with intersphinx (#366)
  • Fix class overrides not rendering correctly.
  • Fix separated type comments for arguments not merging correctly in Python 3.7
  • Fixed viewcode being unable to find the source code for imported objects

Improved Documentation ^^^^^^^^^^^^^^^^^^^^^^

  • Made it clearer how to customise what objects AutoAPI will document. (#339)

Misc ^^^^

v2.1.0 (2023-03-28)

Deprecations and Removals ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Support for documenting languages other than Python is deprecated. (#248)
  • Removed the option to have autoapi generate toctree entries for domain objects. Domain objects are now added to the toctree by Sphinx. Dropped support for sphinx < 5.2.0. (#369)

Misc ^^^^

  • Added basic type checking.
  • Integrated towncrier into the release workflow.

v2.0.1 (2023-01-16)

Features ^^^^^^^^

  • Can turn off the addition of documented objects to the TOC tree.

... (truncated)

Commits
  • 0ac1e11 Version 2.1.1
  • c3c6e15 Added missing changelog entry
  • 86cf7e2 Fix getting 'orig_path' for 'viewcode_follow_imported'
  • 38a615f Types used in PEP-604 union syntax can be linked with intersphinx
  • 7fa3998 Fix separated type comments for arguments not merging correctly in Python 3.7
  • 434ef83 Tests build HTML and parse it to validate structure
  • 1ae7b78 Fix class overrides not rendering correctly
  • 0a557fc Replaced usage of unidecode with anyascii to fix license incompatibilities
  • aab9f81 Made it clearer how to customise what objects AutoAPI will document.
  • 9c774d4 Overhauled documentation landing page
  • 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[bot] commented 7 months ago

Superseded by #134.