Skip to content

Commit

Permalink
fix(docs): keep backwards compatibility for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
hearot committed Jun 19, 2020
1 parent 13c734b commit f6a5e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
# -- General configuration ---------------------------------------------------

autodoc_default_options = {
"members": True,
"members": None,
"member-order": "bysource",
"undoc-members": True,
"undoc-members": None,
"exclude-members": "__weakref__",
}

Expand Down

0 comments on commit f6a5e9c

Please sign in to comment.