Skip to content

Commit

Permalink
removing unneeded call to automodapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Rizzi committed Jun 2, 2020
1 parent 4329cfa commit 34a13bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
'sphinx.ext.napoleon',
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx_automodapi.automodapi'
]
napoleon_numpy_docstring = True
# autosummary_generate = False
Expand Down Expand Up @@ -88,4 +87,4 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_logo = "_static/Keck_Logo_Tag.jpg"
html_logo = "_static/Keck_Logo_Tag.jpg"

0 comments on commit 34a13bb

Please sign in to comment.