From 5f34d5df27d827bafaf8b47484956022f4e51213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 3 Nov 2017 11:31:15 +0100 Subject: [PATCH] Docs: Update mermaid to fix deprecation warning --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e1c924f..b9d0e600 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ EXTRA_REQUIRES = dict( # Documentation dependencies "sphinx>=1.6,<1.7", "sphinxcontrib-httpdomain", - "sphinxcontrib-mermaid", + "sphinxcontrib-mermaid>=0.3", "sphinx_rtd_theme", # PyPi upload related