From 9c9fd9f8fe5bd82c658cb095a73ea99731873025 Mon Sep 17 00:00:00 2001
From: Moritz Meister <8422705+moritzmeister@users.noreply.github.com>
Date: Tue, 27 Sep 2022 10:13:07 +0200
Subject: [PATCH] [FSTORE-11] Add mkdocs macros dependency for docs (#800)

---
 python/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/setup.py b/python/setup.py
index b52216476b..c5f65f6ba1 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -50,6 +50,7 @@ def read(fname):
             "mkdocs-jupyter==0.21.0",
             "markdown==3.3.7",
             "pymdown-extensions",
+            "mkdocs-macros-plugin==0.7.0",
         ],
         "hive": [
             "pyhopshive[thrift]",