From f8ee91db9b862909087e039fe28c09eba831e8a3 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@subcom.tech>
Date: Tue, 11 Oct 2022 15:09:02 +0530
Subject: [PATCH] chore: run `poetry install` before `make docs`

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index a4157e4..0bb4324 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ release:
 	bash ./.ci/realese.sh
 
 docs doc html:
+	poetry install
 	cd docs && make html
 
 .PHONY : copr fix test install lint build \
-- 
GitLab