Skip to content

Commit

Permalink
Update sphinx-autoapi requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) to permit the latest version.

Updates `sphinx-autoapi` to 3.3.2
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.2.1...v3.3.2)

---
updated-dependencies:
- dependency-name: sphinx-autoapi
  dependency-type: direct:development
  dependency-group: documentation-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 849ce5e commit 84ffaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "7.4.7"
sphinx-autoapi = "3.2.1"
sphinx-autoapi = "3.3.2"
sphinx-copybutton = "0.5.2"
sphinx-rtd-theme = "2.0.0"

0 comments on commit 84ffaad

Please sign in to comment.