diff --git a/setup.py b/setup.py index e092fbe3..7f217580 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,6 @@ "aioresponses==0.7.4", "black==23.7.0", ], - "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.2.2"], + "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.3.0"], }, )