Skip to content
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

support toml config #7065

Closed
ConorSheehan1 opened this issue May 12, 2020 · 2 comments
Closed

support toml config #7065

ConorSheehan1 opened this issue May 12, 2020 · 2 comments
Labels
Needed: design decision A core team decision is required

Comments

@ConorSheehan1
Copy link

Feature request

Would it be possible to support toml config, rather than just yaml?

https://docs.readthedocs.io/en/stable/config-file/v2.html
Instead of only parsing .readthedocs.yml, could you support a section in pyproject.toml, like [tool.readthedocs]?

Maybe similar to how isort handles config?
https://github.com/timothycrosley/isort#configuring-isort

@stsewd stsewd added the Needed: design decision A core team decision is required label May 12, 2020
@stsewd
Copy link
Member

stsewd commented May 12, 2020

I'd say we should just support one format and one name actually too, currently we support 4 names for the config file. If we ever change to parse the config file before cloning the repo that would make it harder/slow.

@stsewd
Copy link
Member

stsewd commented Dec 10, 2020

We won't be supporting more formats here, it would introduce more complexity and dependencies to our code base with little gain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needed: design decision A core team decision is required
Projects
None yet
Development

No branches or pull requests

2 participants