diff --git a/pyproject.toml b/pyproject.toml index 8a3efe9cb..76a063dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,8 @@ "Topic :: Software Development :: Testing :: Unit" ] dependencies = [ + "sphinx<2", + "sphinx_rtd_theme", "setuptools", "pytest", "pytest-mock",