-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
fix: failing Docs Builds #35846
fix: failing Docs Builds #35846
Conversation
Returns: | ||
- An empty string if `new_social_link` is empty. | ||
- A formatted URL if `new_social_link` is a username. | ||
- Returns `new_social_link` if it is a valid URL. | ||
- None for unparseable inputs. |
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.
Fixes: ValueError: 'platform_name_base' does not appear to be an IPv4 or IPv6 address
] | ||
|
||
autoapi_type = 'python' | ||
autoapi_dirs = ['../lms', '../openedx'] |
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 is inline with settings here:
Lines 290 to 299 in 1b405af
modules = { | |
'lms': 'references/docstrings/lms', | |
'openedx': 'references/docstrings/openedx', | |
# Commenting this out for now because they blow up the build | |
# time and memory limits for RTD. We can come back to these | |
# later once we get parallel builds working hopefully. | |
# 'cms': 'references/docstrings/cms', | |
# 'common': 'references/docstrings/common', | |
# 'xmodule': 'references/docstrings/xmodule', | |
} |
@irtazaakram I'm still seeing the following error when I run
|
4e88dfa
to
e9648e4
Compare
'*/tests/*', | ||
'*.pyc', | ||
'__init__.py', | ||
'**/xblock_serializer/data.py', |
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.
Temporary workaround as It requires too many changes here to be able to build using autoapi
.
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
Replaces autodoc with autoapi
https://docs.readthedocs.io/en/latest/guides/build-using-too-many-resources.html#document-python-modules-api-statically