-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Milestone
Description
There are a number of repos counting on the old source option and I'm not a fan of creating breaking changes (even when it's a major version upgrade honestly). I think it would be helpful to support --source coming before build for the sake of older repos that are now going to be failing upon build.
One idea is that we could keep the current source parameter, and add another parameter to travis-sphinx that is also called source.
- If
--sourceis used for both build and travis-sphinx, then we error out and tell the user to use the one after build - If
--sourceis used beforebuild, we provide a warning message that this use of source is deprecated and should not be favored.