Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from lincc-frameworks/dependabot/pip/sphinx-au…
Browse files Browse the repository at this point in the history
…toapi-3.0.0

Bump sphinx-autoapi from 2.1.1 to 3.0.0
  • Loading branch information
drewoldag authored Nov 3, 2023
2 parents 0180e86 + 9ab181e commit e9a3a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==6.1.3
sphinx-rtd-theme==1.2.2
sphinx-autoapi==2.1.1
sphinx-autoapi==3.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev = [
"pre-commit", # Used to run checks before finalizing a git commit
"sphinx==6.1.3", # Used to automatically generate documentation
"sphinx-rtd-theme==1.2.2", # Used to render documentation
"sphinx-autoapi==2.1.1", # Used to automatically generate api documentation
"sphinx-autoapi==3.0.0", # Used to automatically generate api documentation
"black", # Used for static linting of files
]

Expand Down

0 comments on commit e9a3a43

Please sign in to comment.