From c88cbb59b0dbbea0cbab2c3ed417e625fb303a21 Mon Sep 17 00:00:00 2001 From: Leela Date: Tue, 23 Jun 2020 18:02:33 +0530 Subject: [PATCH] sphinx added to dev requirements --- dev-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 8f40728..d360e0e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,5 @@ pytest pytest-cov pytest-flakes -pytest-benchmark==3.2.2 \ No newline at end of file +pytest-benchmark==3.2.2 +sphinx