Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 authored Oct 18, 2020
1 parent 6f639cd commit 32f48f6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
from sphinx_mdolab_theme.config import (
copyright,
exclude_patterns,
master_doc,
html_static_path,
html_context,
html_theme,
html_theme_options,
extensions,
)
from sphinx_mdolab_theme.config import *

# -- Path setup --------------------------------------------------------------

Expand All @@ -30,6 +21,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions.extend(["numpydoc"])
numpydoc_show_class_members = False

# mock import for autodoc
autodoc_mock_imports = ["numpy"]

0 comments on commit 32f48f6

Please sign in to comment.