python / python-docs-theme

Sphinx theme for Python documentation
Other
75 stars 58 forks source link

Test Github action to validate the theme against docsbuild scripts. #69

Closed JulienPalard closed 3 years ago

JulienPalard commented 3 years ago

Does an admin of the repo can check if we have something to enable for actions to run?

hugovk commented 3 years ago

I think GHA is enabled automatically, you just need to put a workflow file in master (e.g. by merging...).

JulienPalard commented 3 years ago

Oh.

It make it not easy to test it before merging it on master though...

hugovk commented 3 years ago

Indeed.

One option is to put a very basic noop workflow file in master first, and then a PR can test the proper one. (Or just merge and iterate from there.)

JulienPalard commented 3 years ago

Or just merge and iterate from there

I think I'm happy with the current state of this one.