Skip to content
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

Escape docstring markup that causes sphinx error. #5832

Closed
wants to merge 1 commit into from

Conversation

werwty
Copy link

@werwty werwty commented Feb 15, 2018

Our Sphinx build recently start failing on a class that subclasses serializers.HyperlinkedModelSerializer: https://github.com/pulp/pulp/blob/3.0-dev/pulpcore/pulpcore/app/serializers/base.py#L105

Delving into this issue showed that sphinx 1.7 does not like unescaped asterisks. I know you guys are unaffected by this since you don't use sphinx, but any project that subclasses an offending docstring will run into this error.

@tomchristie
Copy link
Member

Gonna take a pass on this. Sorry. :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants