From 7c37f095695e3da311f074bc8c25ec20ee602e0a Mon Sep 17 00:00:00 2001 From: Jannis Mainczyk Date: Mon, 25 Sep 2023 09:37:54 +0200 Subject: [PATCH] fix(template): add missing mkdocs to doc requirements --- .../{% if docs == 'mkdocs' %}docs{% endif %}/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/template/{% if docs == 'mkdocs' %}docs{% endif %}/requirements.txt b/template/{% if docs == 'mkdocs' %}docs{% endif %}/requirements.txt index 5090e64c..4a3f3f67 100644 --- a/template/{% if docs == 'mkdocs' %}docs{% endif %}/requirements.txt +++ b/template/{% if docs == 'mkdocs' %}docs{% endif %}/requirements.txt @@ -1,3 +1,4 @@ +mkdocs mkdocs-material mkdocstrings[python] mkdocs-git-revision-date-localized-plugin