python-sdk
python-sdk copied to clipboard
Move RTD config to the top level of the repo
As per the RTD documentation, the .readthedocs.yam file should be placed at the top level of the repo, which this PR does
No need to do that. Because this repo is a multiproject (both python sdk and zkml) it's better keep files assosiated with sdk inside sdk/ directory. As it's already mentioned in https://github.com/AleoHQ/python-sdk/pull/26 you can change the config path in the RTD settings:
@iamalwaysuncomfortable can I know the reason why?