-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Error in YAML configuration docs: default value for python.setup_py_install
should be true
#3334
Comments
Sounds like a small PR is in order. :) |
Thanks for building the conda feature! This is very helpful for documenting packages that require more complex environments. One more suggestion: I think it would helpful to expand the conda to note to say that requirements.txt files are not used when the conda option is used. If the conda option is used, all requirements must be invoked by setup.py or stated in environment.yml. |
Thanks for your report.
I would suggest you to create a new issue for this since it's different from the one reported. Thanks! |
Updated python.setup_py_install to be true, as per issue 3334: readthedocs#3334
Hi, I have submitted a pull request for this issue here: #3357 |
I tested that the following were all true:
So, the documentation still seems correct, this option does not seem to be enabled by default. Feel free to reopen if you have a specific case that shows otherwise, but as it stands, I don't think we need to update our docs. |
Regarding the YAML configuration docs (http://docs.readthedocs.io/en/latest/yaml-config.html), the default for
python.setup_py_install
appears to betrue
rather thanfalse
which is stated in the documentationThe text was updated successfully, but these errors were encountered: