Skip to content

Commit

Permalink
Update pyproject.toml to unpin sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaLynn authored Sep 28, 2023
1 parent ccebb12 commit 4196c05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ 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_rtd_theme==1.2.0", # Used to render documentation
"sphinx-autoapi==2.0.1", # Used to automatically generate api documentation
"sphinx", # Used to automatically generate documentation
"sphinx_rtd_theme", # Used to render documentation
"sphinx-autoapi", # Used to automatically generate api documentation
"black", # Used for static linting of files
# if you add dependencies here while experimenting in a notebook and you
# want that notebook to render in your documentation, please add the
Expand Down

0 comments on commit 4196c05

Please sign in to comment.