lanl / hippynn

python library for atomistic machine learning
https://lanl.github.io/hippynn/
Other
59 stars 22 forks source link

For updating to python 3.9 #56

Closed lubbersnick closed 5 months ago

lubbersnick commented 5 months ago

Companion issue for this PR: #55

tautomer commented 5 months ago

Should be good now. https://tautomer.github.io/hippynn/api_documentation/hippynn.experiment.device.html Mine docs look good. This page was blank before.

It seems sphinx will return 0 even if something is wrong, like the problem we got before the fix. https://github.com/sphinx-doc/sphinx/issues/10397 We do have some warnings, so we cannot simply treat all warnings as errors. There might be a way to have sphinx returns non-zero in this case, so that the existing docs are not overwritten at least. I will take a look at this later.

lubbersnick commented 5 months ago

Very nice @tautomer !