Skip to content
Snippets Groups Projects
Commit 37dab8ae authored by ojs1g14's avatar ojs1g14
Browse files

Update conf.py - Add mocking

parent 4df395d5
Branches
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.0'
autodoc_mock_imports = ["numpy", "matplotlib.pyplot"]
# -- General configuration ---------------------------------------------------
......@@ -45,6 +47,8 @@ extensions = [
'sphinx.ext.napoleon',
]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment