cookiecutter-hypermodern-python icon indicating copy to clipboard operation
cookiecutter-hypermodern-python copied to clipboard

Document Read the Docs build pull requests

Open paw-lu opened this issue 3 years ago • 1 comments

I was recently bitten by the sphinx incompatability with other documentation packages when it got bumped to 5.0. Similar to this repo:

  • https://github.com/cjolowicz/cookiecutter-hypermodern-python/pull/1216

But I didn't catch it on time—since all my testse passed—and merged it. I didn't know (until I looked at this repo and https://github.com/cjolowicz/cookiecutter-hypermodern-python/pull/1216) that Read the Docs can be configured to build docs based on PRs and check their success. Seems useful! Thanks!

Looked into it a bit, and I assume to get this check, you must enable preview Documentation from Pull Requests. I don't think this is mentioned in the Read the Docs section of the documenation. Would be nice to document it!

As always, would be glad to provide a PR!

paw-lu avatar Jun 07 '22 04:06 paw-lu

I also meet the problem, bump sphnix to 5.0 will cause dependencies conflict. So I did not upgrade that :expressionless:.

cauliyang avatar Jun 07 '22 14:06 cauliyang