Skip to content

Commit

Permalink
Added autodoc mock import configuration option. Hopefully helps RTD t…
Browse files Browse the repository at this point in the history
…o build
  • Loading branch information
progwriter committed May 5, 2017
1 parent 66106e6 commit 2eac8a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,7 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}

# autodoc options:
autodoc_mock_imports = ['gurobi', 'gurobipy', 'networkx', 'netaddr', 'numpy',
'six', 'cython', 'flask']

0 comments on commit 2eac8a7

Please sign in to comment.