Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix doc build with sphinx8 #2956

Closed
wants to merge 1 commit into from
Closed

Fix doc build with sphinx8 #2956

wants to merge 1 commit into from

Conversation

danigm
Copy link

@danigm danigm commented Oct 28, 2024

Fix #2936

Summary of changes

Adds apidocs/rdflib.namespace to the list of autodoc_skip_member_handler to avoid issues when generating docs because sphinx tries to str(obj) to check if the class .startswith('typing.Annotated').

Checklist

  • Checked that there aren't other open pull requests for
    the same change.
  • Checked that all tests and type checking passes.
  • Considered granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

@ashleysommer
Copy link
Contributor

This is no longer required, proper fix was in #2964 (and backported to 7.x branch in #2965)

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

Successfully merging this pull request may close these issues.

7.1.0: documentation build fails
2 participants