Skip to content
Snippets Groups Projects
Commit fba674b1 authored by ojs1g14's avatar ojs1g14
Browse files
parents b41f9970 37dab8ae
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ version = '' ...@@ -28,6 +28,8 @@ version = ''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.1.0' release = '0.1.0'
autodoc_mock_imports = ["numpy", "matplotlib.pyplot"]
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
...@@ -45,6 +47,8 @@ extensions = [ ...@@ -45,6 +47,8 @@ extensions = [
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment