diff --git a/setup.py b/setup.py index 4855c63a..6141bf22 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ "aioresponses==0.7.4", "black==23.1.0", ], - "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.1.1"], + "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.2.0"], }, )