Skip to content

Fix doc build #26817

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

Closed
wants to merge 1 commit into from
Closed

Fix doc build #26817

wants to merge 1 commit into from

Conversation

timhoffm
Copy link
Member

@timhoffm timhoffm commented Sep 18, 2023

Attempt to fix doc build failure introduced with #25272.

I suspect this is sphinx scoping: #25272 reused methods like Axes.set_xbounds to generate documentation for Axes3D. However, a see also of invert_xaxis only searches within the same module (or class), and invert_xaxis is not documented for Axes3D. This PR broadens the search scope by using the leading dot. An alternative may be to attempt to explicitly document the missing methods for Axes3D (see #26818).

Only one of #26817, #26818 should be used, preferrably #26818 if it works out.

Attempt to fix doc build failure introduced with matplotlib#25272.

I suspect this is sphinx scoping: matplotlib#25272 reused methods
like `Axes.set_xbounds` to generate documentation for Axes3D. However,
a see also of invert_xaxis only searches within the same module (or
class), and invert_xaxis is not documented for Axes3D. This PR broadens
the search scope by using the leading dot. An alternative may be to
attempt to explicitly document the missing methods for Axes3D.
@ksunden
Copy link
Member

ksunden commented Sep 18, 2023

Closing as #26818 was merged

@ksunden ksunden closed this Sep 18, 2023
@timhoffm timhoffm deleted the fix-doc-build branch September 19, 2023 04:02
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.

2 participants