Skip to content

Commit

Permalink
Make sure our Sphinx is new enough
Browse files Browse the repository at this point in the history
Otherwise we get caching issues on RTD
  • Loading branch information
hynek committed Sep 8, 2023
1 parent 3f24dae commit 7bab66b
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 @@ -27,7 +27,7 @@ dependencies = ["tenacity", "typing-extensions; python_version<'3.10'"]
tests = ["pytest", "pytest-asyncio"]
typing = ["mypy>=1.4"]
docs = [
"sphinx",
"sphinx>=7.2.2",
"furo",
"myst-parser",
"sphinx-notfound-page",
Expand Down

0 comments on commit 7bab66b

Please sign in to comment.