From c479fa47b25d74d0f89fcb47bc541d49a3eb249a Mon Sep 17 00:00:00 2001 From: chriskeraly <34743303+chriskeraly@users.noreply.github.com> Date: Sat, 11 May 2019 19:34:50 -0700 Subject: [PATCH] Trying to get Optimization to build in Sphinx --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2158df7..77dec97 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ # If your documentation needs a minimal Sphinx version, state it here. # -needs_sphinx = '1.7.2' +needs_sphinx = '1.6.9' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom @@ -189,4 +189,4 @@ def __getattr__(cls, name): return MagicMock() MOCK_MODULES = ['lumapi']#,'matplotlib','matplotlib.pyplot','matplotlib.animation'] -sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) \ No newline at end of file +sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)