python / python-docs-theme

Sphinx theme for Python documentation
Other
76 stars 59 forks source link

Simplify release process. #112

Closed JulienPalard closed 1 year ago

JulienPalard commented 1 year ago

Closes #111.

JulienPalard commented 1 year ago

I do think it's useful to have the .dev suffix on in-development copies though.

I'd be happy if you could teach me how it's useful (or sharing me a few links explaining your view, so I can learn myself) could you?

Anyway, if we keep the ".dev" I think we'll have to change the way we're doing it, as according to PEP 440 the .dev is ordered before its "non-dot-dev" courterpart. Maybe we should use .post.dev so it gets ordered after?