Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
0a1d9229b4 | ||
![]() |
435497eca3 |
|
@ -30,7 +30,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
|||
|
||||
intersphinx_mapping = {
|
||||
'python': ('https://docs.python.org/3/', None),
|
||||
'wuttjamaican': ('https://rattailproject.org/docs/wuttjamaican/', None),
|
||||
'wuttjamaican': ('https://docs.wuttaproject.org/wuttjamaican/', None),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -255,7 +255,7 @@ def file_import_command_template(
|
|||
exists=True, file_okay=True, dir_okay=True,
|
||||
help="Path to input file(s). Can be a folder "
|
||||
"if app logic can guess the filename(s); "
|
||||
"otherwise must be complete file path.")] = ...,
|
||||
"otherwise must be complete file path.")] = None,
|
||||
|
||||
):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue