From b4944bad0b9815f54b7d8957f04c011544d80b36 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:07:28 -0800 Subject: [PATCH] fix docs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8edc613..adde5be 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ install: - pip install -e .[dev] - pre-commit install + pip install -e .[dev,docs] dev: pip install -e .[dev,docs] + pre-commit install tech: python install_tech.py