diff --git a/setup.py b/setup.py index bd1da3ca..b9b07704 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ "aioresponses==0.7.4", "black==23.3.0", ], - "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.2.0"], + "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.2.1"], }, )