Skip to content

Commit

Permalink
Merge pull request #86 from zktuong/dependabot/pip/sphinx-lt-9
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
2 parents 9b0ae33 + 9b986c3 commit 4eb8616
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 @@ -35,7 +35,7 @@ setuptools = "*"
anndata = { optional = true, version = ">=0.7.6,<0.11.2" }
black = { optional = true, version = "*" }
pytest-cov = { optional = true, version = "*" }
sphinx = { optional = true, version = "<8" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
sphinx = { optional = true, version = "<9" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
nbsphinx = { optional = true, version = "<=0.9.5" }
sphinx-autodoc-typehints = { optional = true, version = "<=2.3.0" }
sphinx_rtd_theme = { optional = true, version = "<=3.0.2" }
Expand Down

0 comments on commit 4eb8616

Please sign in to comment.