Skip to content

Commit

Permalink
Mock imports for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Oct 5, 2021
1 parent 8389bff commit d806175
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

autodoc_mock_imports = ["ee"]
autodoc_mock_imports = ["ee", "pandas", "numpy", "plotly"]


# Workaround to make Plotly graphs appear in Jupyter notebooks.
Expand All @@ -85,4 +85,5 @@
'ignoreClass': 'document',
'processClass': 'math|output_area',
}
}
}

0 comments on commit d806175

Please sign in to comment.