Skip to content

Commit

Permalink
Trying to get Optimization to build in Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskeraly authored May 12, 2019
1 parent 6532eef commit c479fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

0 comments on commit c479fa4

Please sign in to comment.