Skip to content

Fix doc build with sphinx8#2956

Closed
danigm wants to merge 1 commit intoRDFLib:mainfrom
danigm:sphinx8
Closed

Fix doc build with sphinx8#2956
danigm wants to merge 1 commit intoRDFLib:mainfrom
danigm:sphinx8

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)

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.

7.1.0: documentation build fails

2 participants