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

Tidy up docs and turn warnings into errors #260

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

jborean93
Copy link
Contributor

@jborean93 jborean93 commented Aug 5, 2021

The docs had a few minor issues with return value indentation, missing extension docs, and some other minor problems. There were also over 200 warnings being output during the generation mostly around unambiguous type selection (gssapi.OID vs gssapi.raw.OID). This fixes those warnings and also enables the Sphinx option to treat any future warnings as errors to stop it from building up again.

Fixes #143

Copy link
Member

@frozencemetery frozencemetery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems fine so far, but I think I broke the preferred merge order between your PRs. Can you rebase this onto main?

@jborean93
Copy link
Contributor Author

@frozencemetery I was sure merging them in any order would have caused a rebase :) Have pushed it to the branch and should be good to go now.

Signed-off-by: Jordan Borean <jborean93@gmail.com>
@frozencemetery frozencemetery merged commit 3724894 into pythongssapi:main Aug 9, 2021
@jborean93 jborean93 deleted the docs branch August 9, 2021 18:34
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.

Restore lost docs on result tuples
2 participants