Sphinx no longer ignores first argument (#4243)
* Sphinx no longer ignores first argument * Duplicate first argument for maximum compatibility
This commit is contained in:
parent
de958df3b8
commit
b630c06773
@ -103,7 +103,7 @@
|
||||
# Without this, the API Docs will never actually update
|
||||
#
|
||||
apidoc_args = [
|
||||
'sphinx_apidoc', # The first arugment is ignored
|
||||
'--force', # Older versions of Sphinx ignore the first argument
|
||||
'--force', # Overwrite existing files
|
||||
'--no-toc', # Don't create a table of contents file
|
||||
'--output-dir=.', # Directory to place all output
|
||||
|
Loading…
Reference in New Issue
Block a user