Skip to content

Commit

Permalink
Removing automod api
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-harter committed Feb 17, 2022
1 parent dbaac7f commit 1fb753c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx_automodapi.automodapi',
'sphinx.ext.napoleon',
]
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon']

numpydoc_class_members_toctree = False

Expand Down

3 comments on commit 1fb753c

@dstansby
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you planning on putting this back? automodapi is automatically generating a lot of the documentation.

@bryan-harter
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I can, I was revamping a bit of the documentation for the new xarray functions, and for some reason it was telling me automodapi wasn't found as a sphinx extension. Not sure what was going on!

Speaking of the documentation, is the readthedocs page set up to automatically update on new pushes? Or is it a manual process?

@dstansby
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, I'll take a look 👍 It should be automatic, but I just checked the builds (https://readthedocs.org/projects/cdflib/builds/) and it's not working at the moment, I'll take a look at that too.

Please sign in to comment.