-
-
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
Use relative paths in config module #5377
Use relative paths in config module #5377
Conversation
What is the goal of doing this? Edit: Ignore me -- I just read the linked ticket. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! We should merge and ship it :)
Are we using this data stored in the _config
field from the Build for something? I see that we will have two different PATHs now in the DB for this field --will this affect our code?
No really, but we are going to use it to show that info to the user in each build, so they don't need the builder path neither. |
After readthedocs#5377 The code calling the config module is in charge of getting the full path.
Closes #5364
The main change was in
readthedocs/config/validation.py
, we are really good covered with tests here, and tested it locally, everything keeps working.