Sphinx no longer ignores first argument (#4243)

* Sphinx no longer ignores first argument
* Duplicate first argument for maximum compatibility
This commit is contained in:
Adam J. Stewart 2017-05-16 16:24:35 -05:00 committed by Todd Gamblin
parent de958df3b8
commit b630c06773

View File

@ -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