-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
config file ignored #7915
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
Comments
Thanks for reporting, I can't replicate this locally, so I'll need to dig a little more :/ |
And.... This is why, you have two config files https://github.com/tox-dev/tox/blob/master/readthedocs.yml, the older one is being read first :D |
You should delete the older one, so the new one always takes effect. I think we should reduce the number of accepted formats to avoid this problems. |
Why `.readthedocs.yaml`? - Configuration files usually start with a `.` so they are hidden in unix like systems. - `.yaml` is the official and recommended extension for yaml files. We could go a little further and use a feature flag to stop finding the other ones. ref #7915
Why `.readthedocs.yaml`? - Configuration files usually start with a `.` so they are hidden in unix like systems. - `.yaml` is the official and recommended extension for yaml files. We could go a little further and use a feature flag to stop finding the other ones. ref #7915
Thanks, all done 👍🏻 |
Hello,
I added a readthedocs config to my project tox-dev/tox@d5957b8. However, for some reason, it seems to be ignored and 3.6 still used instead of python3.8. Any ideas? (build number 13028284)
Thanks,
The text was updated successfully, but these errors were encountered: