lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

Add GitHub Action checking docs are up to date #66

Closed lukasschwab closed 3 years ago

lukasschwab commented 3 years ago

Description

When combined with the branch protection rule that PRs need to be based on the latest master, this should enforce that docs are up-to-date upon merge.

Breaking changes

List any changes that break the API usage supported on master.

None; this change is strictly administrative.

Relevant issues

List GitHub issues relevant to this change.

N/A

Checklist

lukasschwab commented 3 years ago

Tested that this behaves as expected in the succession of commits above. Hopefully this doesn't introduce too much complexity for external contributors; having the wrong version of pdoc installed seems like it could be a snag.