-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Available settings are undocumented #223
Comments
I think we can make a new documentation section, "Configuration", where we list the settings available with an example of how to set them. Regarding |
@sdispater I think tonight I'll start working on this section ;) |
Wouldn't it be interesting to add this list to the |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
As pointed out in #213, some settings are not yet documented.
I looked through the code and found these:
settings.pypi.fallback
- boolean - Always put PyPI last to prefere private repositories (defaults totrue
)settings.virtualenvs.create
- boolean - Create a new virtualenv if one doesn't already exist (defaults totrue
?)settings.virtualenvs.in-project
- boolean - Create the project's virtualenv inside the project's directory (defaults tofalse
?)settings.virtualenvs.path
- string - Directory where virtualenvs should be created (defaults to~/.cache/pypoetry/virtualenvs
?)repository.<name>
- string - Additional repository's URLNow, did I miss any? Are these defaults really the defaults? And where should it be documented? Here?
If we can agree on a way to present these informations, I'd be happy to work on a PR :)
The text was updated successfully, but these errors were encountered: