mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Sphinx deprecated a config option (#2537)
Solution: Move from `autodoc_default_flags` to `autodoc_default_options`. Related issue: - https://github.com/sphinx-doc/sphinx/issues/5421
This commit is contained in:
parent
4b54e702f8
commit
901b6b9d02
@ -60,9 +60,9 @@ extensions = [
|
||||
|
||||
# autodoc settings
|
||||
autodoc_member_order = 'bysource'
|
||||
autodoc_default_flags = [
|
||||
'members',
|
||||
]
|
||||
autodoc_default_options = {
|
||||
'members': None,
|
||||
}
|
||||
|
||||
todo_include_todos = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user