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 sphinx strictness-related failures #2430

Merged
merged 3 commits into from Oct 17, 2020

Conversation

webknjaz
Copy link
Member

@webknjaz webknjaz commented Oct 17, 2020

Summary of changes

This change corrects a few typos in Sphinx docs that haven't been caught
by the new strictness settings because of the race conditions in CI runs
that happened before the strictness PR merge.

Pull Request Checklist

  • Changes have tests
  • News fragment added in changelog.d. See documentation for details

This change corrects the typo introduced by pypa#2426.
This was caused by pypa#2399 CI invocation happening before
merging PR pypa#2427 that made Sphinx nitpicky.
@@ -15,6 +15,6 @@ Documentation content:
references/keywords
roadmap
setuptools
Development guide <developmen/index>
Development guide <development/index>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like because RTD doesn't use stict mode, they've regenerated the docs site with this TOC item simply missing.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaraco jaraco merged commit 898ae04 into pypa:master Oct 17, 2020
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.

None yet

2 participants