From 4cae6ea64593a716097ef73e5765024e12648f56 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 27 Aug 2015 15:27:59 +0200 Subject: [PATCH] docs: ToC captions requires Sphinx 1.3 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cc760720..cbb2f228 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,7 +78,7 @@ def setup(app): # -- General configuration ---------------------------------------------------- -needs_sphinx = '1.0' +needs_sphinx = '1.3' extensions = [ 'sphinx.ext.autodoc',