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

fix : remove AttrJSONSerializer from autodoc classes to document #433

Merged
merged 3 commits into from
Jul 13, 2023

Conversation

happygreenbot
Copy link
Contributor

Description

Fixes the AttributeError: AttrJSONSerializer thrown by Sphinx while building docs. AttrJSONSerializer is not an attribute of the opensearchpy module and can be removed from autodoc.

Issues Resolved

Closes #389

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Merging #433 (153dc0f) into main (2003156) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #433   +/-   ##
=======================================
  Coverage   71.48%   71.48%           
=======================================
  Files          81       81           
  Lines        7667     7667           
=======================================
  Hits         5481     5481           
  Misses       2186     2186           

Signed-off-by: naveen <naveenmathew0508@gmail.com>
Signed-off-by: naveen <naveenmathew0508@gmail.com>
@dblock
Copy link
Member

dblock commented Jul 12, 2023

Can we add this to CI in the same PR so we don't break it in the future?

Signed-off-by: naveen <naveenmathew0508@gmail.com>
@happygreenbot
Copy link
Contributor Author

@dblock Have added a test-docs-build job to CI

@dblock dblock merged commit faa298a into opensearch-project:main Jul 13, 2023
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.

[BUG] make docs fails (undefined label sniffing)
2 participants