Skip to content

Commit

Permalink
add number to autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlersquires committed Jan 8, 2021
1 parent d342c66 commit 026e6a6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sphinx_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@
]

autosummary_generate = True
autodoc_mock_imports = ['numpy', 'pandas', 'scipy', 'matplotlib', 'dataclasses', 'sklearn']
autodoc_mock_imports = [
'numpy',
'pandas',
'scipy',
'matplotlib',
'dataclasses',
'sklearn',
'numba'
]
latex_paper_size = 'letter'

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 026e6a6

Please sign in to comment.