From eea198786a259e1963d1237b5c5c03280a22892c Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Sun, 13 Jul 2025 15:29:16 +0200 Subject: [PATCH] fix(doc): Readthedocs needs manpage plugin A pitty, I wanted to leave it separated --- doc/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/requirements.txt b/doc/requirements.txt index 18a915f..c545563 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,3 +5,5 @@ pymdown-extensions==10.* mkdocs-material==9.* mkdocs-material-extensions==1.* mkdocs-plugin-inline-svg-mod +beautifulsoup4==4.* +mkdocs-manpage[preprocess]