mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Sphinx deprecated a config option
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
8b1afbf94f
@ -60,9 +60,9 @@ extensions = [
|
|||||||
|
|
||||||
# autodoc settings
|
# autodoc settings
|
||||||
autodoc_member_order = 'bysource'
|
autodoc_member_order = 'bysource'
|
||||||
autodoc_default_flags = [
|
autodoc_default_options = {
|
||||||
'members',
|
'members': None,
|
||||||
]
|
}
|
||||||
|
|
||||||
todo_include_todos = True
|
todo_include_todos = True
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user