Commit 75dbfde8 authored by Dom31's avatar Dom31
Browse files

no numpy docstring (no sphinx.ext.napoleon extension)

parent 993be8d8
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,10 +31,10 @@ release = '1.0.0'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
    'sphinx.ext.autodoc',
    'sphinx.ext.napoleon'
    'sphinx.ext.autodoc'
]


# The master toctree document.
master_doc = 'index'