From 779114aaede0b701330b824d27bfea2bf1f36106 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 26 Apr 2018 20:43:25 -0700 Subject: [PATCH] Require at least Sphinx 1.4 since the format of index tuples changed. --- cranelift/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/docs/conf.py b/cranelift/docs/conf.py index b2c1f14f97..d9a6dcb6eb 100644 --- a/cranelift/docs/conf.py +++ b/cranelift/docs/conf.py @@ -29,7 +29,7 @@ sys.path.insert(0, os.path.abspath('../lib/codegen/meta')) # If your documentation needs a minimal Sphinx version, state it here. # -# needs_sphinx = '1.0' +needs_sphinx = '1.4' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom