Skip to content

Commit

Permalink
docs: update Sphinx/RTD dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Jan 23, 2024
1 parent 29991d3 commit 8b2191f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Expand Up @@ -59,10 +59,10 @@ test = [
"pytest-cov >= 4.1",
]
docs = [
"sphinx >= 6.1",
"sphinx-pyproject == 0.1.0",
"sphinx_rtd_theme >= 1.2.0",
"readthedocs-sphinx-search == 0.2.0",
"sphinx >= 7.2",
"sphinx-pyproject == 0.3",
"sphinx_rtd_theme >= 2.0",
"readthedocs-sphinx-search == 0.3.2",
]
linters = [
"pre-commit >= 3.4.0",
Expand Down

0 comments on commit 8b2191f

Please sign in to comment.