-
Notifications
You must be signed in to change notification settings - Fork 31
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
feanil/update rtd docs #208
Conversation
This format of config in the repo will be required starting in september so add it now in preparation for that.
We need to actually setup django and its requirements to be able to render autodocs.
Some of the docstrings were throwing warnings when we were trying to render them in the docs site. Update the docstrings so they don't throw warnings.
588f5f4
to
9844039
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #208 +/- ##
=======================================
Coverage 93.43% 93.43%
=======================================
Files 18 18
Lines 1995 1995
Branches 130 130
=======================================
Hits 1864 1864
Misses 118 118
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Everything looks good, but could you add some context for these changes? e.g., what's the desired end state we're going for? Looking at https://github.com/openedx/edx-submissions/tree/master/docs/source, this repo contains no RST docs. So, is the point of this to be able to publish docstrings on docs.openedx.org or elsewhere? |
@kdmccormick ah, thanks, yeas added some context to the PR description. It kind of snowballed from dealing with a deprecation on the RTD side. |
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.
👍🏻
This repo has a ReadTheDocs project that is currently broken, in making fixes for an upcoming RTD config deprecation, I noticed there were other issues with this repo. Rather than dropping this from RTD, I'm fixing forward so that this repo has docs that are in compliance with our latest standards and that will not have issues with the RTD config deprecation late next month.
make upgrade