Skip to content

Commit

Permalink
Limit Sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Sep 23, 2022
1 parent c97bd68 commit 56e47b8
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,2 +1,2 @@
sphinx>=4.3,<5
sphinx>=4.3,<6
sphinx_rtd_theme>=1,<2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ optional = true

[tool.poetry.group.doc.dependencies]
# Sphinx >= 4.4 has conflicting dependencies with Flake8
sphinx = ">= 4.3"
sphinx = ">= 4.3,<6"
sphinx_rtd_theme = ">=1,<2"

[tool.black]
Expand Down

0 comments on commit 56e47b8

Please sign in to comment.