Re: python datetime .. grrr

2023-02-16 Thread Larry Doolittle
Chris - On Mon, Feb 13, 2023 at 11:20:06AM -0800, Chris Lamb wrote: > Larry Doolittle wrote: > > It's timezone handling in python3 datetime. > > doc_now = datetime.fromtimestamp(int(os.environ["SOURCE_DATE_EPOCH"])) > ^^ > Simply replacing this with

Re: alembic / sphinx puzzler

2023-02-16 Thread Chris Lamb
Hi James, > I'll file a bug on sphinx's GitHub repository about the original issue > within the next few hours. Thanks. Please feel free to quote my previous email, as well as link to my WIP patch. If you do any of that, I would highly recommend adding my braindump (starting "Why it hasn't

Re: alembic / sphinx puzzler

2023-02-16 Thread James Addison via rb-general
Hey Chris, On Wed, Feb 15, 2023 at 7:27 PM Chris Lamb wrote: > This change to Sphinx makes alembic reproducible: > > > https://github.com/lamby/sphinx/commit/4ad7670c1df00f82e758aaa8a7b9aaea83b8eaba > > Does this patch work for you? > Yes! Thank you - that's a much better patch than an