mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Explicitly ignore legacy file reference errors in sphinx -n mode
This commit is contained in:
@ -40,6 +40,7 @@ extensions = [
|
||||
'exception_hierarchy',
|
||||
'attributetable',
|
||||
'resourcelinks',
|
||||
'nitpick_file_ignorer',
|
||||
]
|
||||
|
||||
autodoc_member_order = 'bysource'
|
||||
@ -140,6 +141,13 @@ pygments_style = 'friendly'
|
||||
#keep_warnings = False
|
||||
|
||||
|
||||
# Nitpicky mode options
|
||||
nitpick_ignore_files = [
|
||||
"migrating_to_async",
|
||||
"migrating",
|
||||
"whats_new",
|
||||
]
|
||||
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
html_experimental_html5_writer = True
|
||||
|
Reference in New Issue
Block a user