Skip to content

Commit

Permalink
update sphinx options to re-enable autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Mar 14, 2024
1 parent d2d7e9b commit a2bef06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 30 deletions.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ def nodecorate(func):

autodoc_member_order = 'bysource'
autoclass_content = 'both'
autodoc_default_flags = ['members', 'undoc-members']
autodoc_default_options = {
'members': True,
'undoc-members': True,
}

# Without this line sphinx includes a copy of object.__init__'s docstring
# on any class that doesn't define __init__.
Expand Down
2 changes: 1 addition & 1 deletion docs/server/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
Token Authentication
====================

.. automodule:: iceprod.server.auth
.. automodule:: iceprod.client_auth
24 changes: 0 additions & 24 deletions docs/server/dbmethods.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/server/tornado.rst

This file was deleted.

0 comments on commit a2bef06

Please sign in to comment.