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

Bump sphinx from 6.1.3 to 7.1.1 #9

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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==7.1.1
sphinx-rtd-theme==1.2.2
sphinx-autoapi==2.1.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dev = [
"pytest",
"pytest-cov", # Used to report total code coverage
"pre-commit", # Used to run checks before finalizing a git commit
"sphinx==6.1.3", # Used to automatically generate documentation
"sphinx==7.1.1", # 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
"black", # Used for static linting of files
Expand Down
Loading