QuazarTech / DG_Maxwell

Solution of Maxwell equations using Discontinuous Galerkin method.
GNU General Public License v3.0
8 stars 5 forks source link

Unit test passing and tqdm mock import added in sphinx conf.py #41

Closed amanabt closed 6 years ago

amanabt commented 6 years ago

This PR resolves the issue #40 . The readthedocs also need tqdm as requirement, now tqdm is added as a mock import in Sphinx conf.py, so rtd won't need tqdm for a requirement.