Mithil467/mitype

View on GitHub
docs/README.md

Summary

Maintainability
Test Coverage
# Sphinx Documentation

To build a formalized documentation package you'll need to install Sphinx via pip as listed below:

```bash
pip install sphinx sphinx-rtd-theme
```

Then you can run `make html` from this directory to build the docs into the `./build` directory.