Skip to content

Commit

Permalink
Adding back in automodapi to see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 21, 2022
1 parent 40d33d7 commit 6febcb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon']
'sphinx.ext.napoleon',
'sphinx_automodapi.automodapi']

numpydoc_class_members_toctree = False
numpydoc_show_class_members = False

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
3 changes: 2 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
xarray
astropy
astropy
sphinx-automodapi

0 comments on commit 6febcb6

Please sign in to comment.