Convert Sphinx docs to mkdocs
The diff is massive, but that's mostly because I deleted docs/build
and added that directory to .gitignore
The steps to get the docs building is now:
pip install -e '.[docs]'
mkdocs serve
Fixes #8.
The diff is massive, but that's mostly because I deleted docs/build
and added that directory to .gitignore
The steps to get the docs building is now:
pip install -e '.[docs]'
mkdocs serve
Fixes #8.