From b19ddbae68570e865b124574713860a120fd60b4 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sat, 24 Sep 2022 17:55:52 -0500 Subject: [PATCH] build: add rule to install mkdocs --- Makefile | 3 ++- task.mk | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17f5d7f..d485cbc 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ env: @mamba run -p ./env pip install yartsu hooks: @git config core.hooksPath .githooks - +docs-env: + @mamba run -p ./env pip install mkdocs-material mkdocs-git-revision-date-localized-plugin ## l, lint | lint the python .PHONY: l lint l lint: diff --git a/task.mk b/task.mk index 0d44d2a..11d47b0 100644 --- a/task.mk +++ b/task.mk @@ -1,7 +1,7 @@ # }> [github.com/daylinmorgan/task.mk] <{ # # Copyright (c) 2022 Daylin Morgan # MIT License -# version: v22.9.19-17-gd6bd8a0-dev +# version: v22.9.19-20-g32110dd # # task.mk should be included at the bottom of your Makefile with `-include .task.mk` # See below for the standard configuration options that should be set prior to including this file.