From 87f5f867f62ecce5d68c3954d58735bc7b569999 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 24 May 2016 06:55:57 -0700 Subject: [PATCH] Update sphinx (cherry picked from commit 7bb1b50835e8a1595454b4251412f8528c3443e8) --- doc/build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.py b/doc/build.py index 9721e298..21e28335 100755 --- a/doc/build.py +++ b/doc/build.py @@ -46,8 +46,8 @@ def build_docs(version='dev'): except DistributionNotFound: pass # Install Sphinx and Breathe. - pip_install('fmtlib/sphinx', - '12dde8afdb0a7bb5576e2656692c3478c69d8cc3', + pip_install('sphinx-doc/sphinx', + '12b83372ac9316e8cbe86e7fed889296a4cc29ee', check_version='1.4a0.dev-20151013') pip_install('michaeljones/breathe', '1c9d7f80378a92cffa755084823a78bb38ee4acc')