From 370939be0e5b3ca952da12d6b81b46631ee089f0 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Wed, 28 Apr 2021 19:09:27 +0100
Subject: [PATCH] README.md: Mention host requirements for building the docs

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 0ef7549..9f5903e 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,11 @@ by simply running:
 make
 ```
 
+For the above command to succeed, the host needs to provide `sphinx-build` and
+the following sphinx extensions:
+* sphinx-tabs (supports tabbed content in the document)
+* sphinxcontrib.plantuml (supports plantuml content)
+
 ## Contributing
 
 See the `CONTRIBUTING.md` file.
-- 
GitLab