[MNT]: Write a bot to post doc build issues · Issue #22176 · matplotlib/matplotlib · GitHub
Skip to content

[MNT]: Write a bot to post doc build issues #22176

Description

@timhoffm

Summary

When doc builds fail, most of the time it's due to ReST formatting or referencing issues.

Most issues have a form similar to

/home/circleci/project/doc/api/next_api_changes/behavior/22135-JSS3.rst:3: WARNING: py:obj reference target not found: Figure._localaxes

My standard way to find out the error is:

  • Open CircleCI
  • Download the build log
  • Search for "WARNING"

This is cumbersome and not very discoverable for new contributors.

Proposed fix

It would be great to have a bot post these warnings if CicleCI fails. I assume that would cover 95% of doc build failures and point contributors (new and experienced) to the problem so that they can solve it faster.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions