analogdevicesinc / doctools

Central repository to host tooling for automated documentation builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

author_mode: ValueError: year {} is out of range

gastmaier opened this issue · comments

The method call datetime.datetime.max.timestamp() seems to be causing a value error in some versions.
Also, there is a content_root exception on hdl

python 3.10
sphinx v7.0.1
romlx4

datetime.datetime.max.timestamp() should be fixed on v0.3.10, but I'm having issues replicating content_root exception.

Solved in edf5e48.