libAtoms / matscipy

Materials science with Python at the atomic-scale
http://libatoms.github.io/matscipy/
GNU Lesser General Public License v2.1
188 stars 55 forks source link

Documentation build fix #124

Closed prs513rosewood closed 1 year ago

prs513rosewood commented 1 year ago

The current workflow fails because the napoleon extension PyPI package is severely outdated. The up-to-date version is actually packaged with sphinx. I've also removed running tests in the doc building workflow, since we have a separate workflow for that.