Skip to content

Commit

Permalink
docs: pin sphinx to v6 for compat with RTD theme
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Jul 19, 2024
1 parent ae50959 commit 31cfede
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 @@ -41,7 +41,7 @@
[project.optional-dependencies]
test = ["pytest", "numpy>=1.5.0", "pytest-subprocess==1.5.0", "pytest-cov"]
types = ["mypy", "types-PyYAML", "types-redis", "types-requests", "types-ujson"]
docs = ["sphinx", "sphinx-argparse", "ghp-import", "renku-sphinx-theme", "sphinx_copybutton"]
docs = ["sphinx==6.*", "sphinx-argparse", "ghp-import", "renku-sphinx-theme", "sphinx_copybutton"]

[project.urls]
Home = "https://github.com/GreenScheduler/cats"
Expand Down

0 comments on commit 31cfede

Please sign in to comment.