From bfe01eeb2ede5652cc9a4f1471c0497c1297e9b3 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 18 Aug 2022 14:35:45 +0800 Subject: [PATCH 1/1] fix install failed with python-sphinx --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc0174a..97ac7b0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -requires = ['blockdiag>=1.5.0', 'seqdiag>=0.9.3', 'Sphinx>=2.0'] +requires = ['blockdiag>=1.5.0', 'seqdiag>=0.9.3', 'Sphinx>=1.8'] setup( name='sphinxcontrib-seqdiag', -- 2.30.0