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 doc build with sphinx8 #2956

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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.

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
1 participant