Skip to content

Commit

Permalink
fix: Update sphinx-autoapi to version 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
riddell-stan committed Jan 24, 2024
1 parent ac7e8c1 commit 95a89c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ mypy = "0.981"
flake8 = "^3.9"
# documentation
# NOTE: when changing these, update docs-requirements.txt
sphinx = "^4.2"
sphinx-autoapi = "^2.0.1"
sphinx = "^7.2"
sphinx-autoapi = "^3.0.0"
sphinx-rtd-theme = "^1.0.0"
sphinxcontrib-openapi = "^0.8.1"
jsonschema = ">=4.10.0,<4.18.0" # newer versions break sphinxcontrib-openapi
Expand Down

0 comments on commit 95a89c6

Please sign in to comment.