jdmoorman / kaczmarz-algorithms

Variants of the Kaczmarz algorithm for solving linear systems in Python.
MIT License
10 stars 5 forks source link

Bring back docs in tox.ini ghactions. #52

Open jdmoorman opened 2 years ago

jdmoorman commented 2 years ago

docs weren't building so the CI tests were failing. I removed the docs from CI in https://github.com/jdmoorman/kaczmarz-algorithms/commit/1f251d9343984daaa3b136e6f1162235c08d607d. We need to figure out why the docs weren't building and fix it.