Skip to content

Commit

Permalink
fix: cap sphinx version to avoid bug in 5.0 (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed May 31, 2022
1 parent 5a293dd commit eed9676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Expand Up @@ -33,7 +33,7 @@ devel = [
"pytest-mock",
"pytest-cov",
"pytest-timeout",
"sphinx",
"sphinx<=4.5",
"sphinx-rtd-theme",
"toml",
"typing-extensions"
Expand Down

0 comments on commit eed9676

Please sign in to comment.