From b7e948954ba34fc53a3b5492957826d3ae0690a5 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 15 Jul 2025 13:57:35 +0200 Subject: [PATCH] chore(make): manpage requirements are now in requirements --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 367eec9..991ea7a 100644 --- a/Makefile +++ b/Makefile @@ -421,7 +421,6 @@ manpage: source venv/bin/activate && \ echo "==> Installing requirements in the virtual env..." && \ pip install -qq -r requirements.txt && \ - pip install -qq -r manpage_requirements.txt && \ echo "==> Generating manpage..." && \ MANPAGE=true mkdocs build && \ rm -rf site &&