From b7bb3a381212ef5bb380b9531fde87dcb4b85254 Mon Sep 17 00:00:00 2001 From: oesteban Date: Mon, 6 Apr 2020 08:25:08 -0700 Subject: [PATCH] docs: pin sphinx<3.0 to fix documentation builds --- docs/requirements.txt | 6 +++--- setup.cfg | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c4676d4a8..c9a18403c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,10 +1,10 @@ nipype niworkflows packaging -pydot >= 1.2.3 +pydot >=1.2.3 pydotplus -sphinx >= 1.5.3 +sphinx >=2.1.2,<3.0 sphinx-argparse -sphinx_rtd_theme >= 0.2.4 +sphinx_rtd_theme >=0.2.4 templateflow toml diff --git a/setup.cfg b/setup.cfg index 6be5f6725..75eb69450 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,11 +77,11 @@ classifiers = doc = packaging - pydot >= 1.2.3 + pydot >=1.2.3 pydotplus - sphinx >= 2.1.2 + sphinx >=2.1.2,<3.0 sphinx-argparse - sphinx_rtd_theme >= 0.2.4 + sphinx_rtd_theme >=0.2.4 docs = %(doc)s