Skip to content

Commit

Permalink
Force recent sphinx-rtd-theme version
Browse files Browse the repository at this point in the history
Otherwise, Sphinx 8 is used and we end up with sphinx-rtd-theme 0.5,
which did not have any Sphinx requirement.
  • Loading branch information
pquentin committed Sep 8, 2024
1 parent 0acaf27 commit 3bdfdd0
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 @@ -76,7 +76,7 @@ dev = [
]
docs = [
"sphinx",
"sphinx-rtd-theme",
"sphinx-rtd-theme>=2.0",
"sphinx-autodoc-typehints"
]

Expand Down

0 comments on commit 3bdfdd0

Please sign in to comment.