-
Notifications
You must be signed in to change notification settings - Fork 15
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
Sumac Release Notes #398
Comments
Currently stuck trying to
|
Got past that, and successfully build xml for toggle flags in redwood! however, we are blocked in sumac.master, sphinx hangs forever:
I'll leave it running overnight. |
Well it ran for a few hours and then got tactically nuked by Linux's OOM killer. :( |
Hmm.. I'm having the same issue. To get around it, I added --- a/docs/conf.py
+++ b/docs/conf.py
@@ -113,7 +113,11 @@ language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
-exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
+exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store',
+ 'references/docstrings/lms/lms.djangoapps.commerce.api.v1*',
+ 'references/docstrings/lms/lms.djangoapps.experiments*',
+ 'references/docstrings/lms/lms.djangoapps.mobile_api.users*',
+]
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None Didn't finish the exercise, but maybe you could use this method this to identify and skip the problem areas, and build the docs you can? The docs output is awfully noisy, but for "experiments" one, I did find this error:
Unfortunately adding |
Things that can be done before the release is cut
Things to do after the release is cut
Meta tasks
The text was updated successfully, but these errors were encountered: